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)

enhancement

Tracking

()

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.

Blocks: GCScheduling
Severity: -- → N/A
Priority: -- → P3
You need to log in before you can comment on or make changes to this bug.