Open Bug 1962563 Opened 17 days ago Updated 11 days ago

Improve barriers on wasm array allocations

Categories

(Core :: JavaScript: WebAssembly, enhancement)

enhancement

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.

We can use whole-cell post barriers for some cases to improve pressure
on the store buffer in general.

Assignee: nobody → bvisness
Status: NEW → ASSIGNED
See Also: → 1887064
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: