Open
Bug 1842775
Opened 2 years ago
Updated 8 months ago
Align some GC data structures to avoid false sharing or improve performance when supported
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
Alignment requirements for Nursery and GCMarker were removed in bug 1841040 because they weren't honoured by our allocator and this caused problems on some platforms.
We should re-add these when we can make our allocator support them.
Updated•8 months ago
|
Blocks: GC.performance
You need to log in
before you can comment on or make changes to this bug.
Description
•