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)

task

Tracking

()

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.

You need to log in before you can comment on or make changes to this bug.