Closed
Bug 1357187
Opened 8 years ago
Closed 1 year ago
Reduce GC timeslice budgets from 10ms & 40ms.
Categories
(Core :: JavaScript: GC, enhancement, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: djvj, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: triage-deferred)
The major GC timeslice budgets we issue are for 10ms and 40ms. We should try to reduce these to 5ms and 20ms if possible.
This depends on confirming that the per-slice overheads are small enough to support the smaller budgets, and probably the GC scheduler to pick the right budget for the right times.
Comment 1•8 years ago
|
||
We're experimenting with reducing the first budget in bug 1368069.
Updated•8 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•