Closed
Bug 1570905
Opened 2 years ago
Closed 2 years ago
Make incremental GC trigger the default
Categories
(Core :: JavaScript: GC, task, P1)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Currently the trigger threshold specifies when to perform a non-incremental GC and an incremental GC is started at some fraction of this value. We should change this to make the incremental trigger the default and have a non-incremental GC happen at some multiple of that if the incremental collection has not finished.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by jcoppeard@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9ef1dcfda500 Rework the GC triggers to make the incremental trigger the default and the non-incremental trigger some factor of this r=sfink?
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•