Open
Bug 1962563
Opened 17 days ago
Updated 11 days ago
Improve barriers on wasm array allocations
Categories
(Core :: JavaScript: WebAssembly, enhancement)
Core
JavaScript: WebAssembly
Tracking
()
ASSIGNED
People
(Reporter: bvisness, Assigned: bvisness)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
There are possibly some ways we could improve our post barriers on wasm gc array allocations to get better performance out of array-heavy workloads. For example, we have this longstanding comment suggesting a way to skip post-barriers, and now that we can do whole-cell store buffer entries, we could possibly use those in many cases to make better use of the store buffer overall.
Assignee | ||
Comment 1•17 days ago
|
||
We can use whole-cell post barriers for some cases to improve pressure
on the store buffer in general.
Assignee | ||
Updated•17 days ago
|
Assignee: nobody → bvisness
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•