Open
Bug 1814684
Opened 2 years ago
Updated 2 years ago
Consider using huge pages for GC chunks
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: sfink, Unassigned)
References
(Blocks 1 open bug)
Details
For the nursery, this should reduce TLB pressure and free up entries for other things. For the tenured heap, this might cut down on TLB overhead for accesses to the tenured heap itself.
I assume it would reduce our ability to decommit just the unused arenas.
Reporter | ||
Comment 2•2 years ago
|
||
(and Jon filed his first!)
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•