Open
Bug 1963816
Opened 21 days ago
Updated 16 days ago
High frequency GC mode doesn't take account of minor GCs
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
NEW
People
(Reporter: jonco, Unassigned)
References
(Blocks 1 open bug)
Details
Currently this only takes account of the time between major GCs. However it would be useful to also take account of when minor GCs are occurring very frequently. For example, allocating a new chunk for the nursery will currently decommit all of it first. We shouldn't be doing this if we are frequently filling the nursery.
Updated•16 days ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•