Closed
Bug 1006622
Opened 12 years ago
Closed 1 year ago
step() should be called on the budget for every phase of ICC
Categories
(Core :: Cycle Collector, defect)
Core
Cycle Collector
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: mccr8, Unassigned)
References
Details
Only MarkRoots() calls step() on the budget right now, which means that as far as a work budget is concerned, the other phases have zero cost. This is only an issue for the work-based budget testing functions being added in bug 958353.
Updated•3 years ago
|
Severity: normal → S3
| Reporter | ||
Updated•3 years ago
|
Component: XPCOM → Cycle Collector
| Reporter | ||
Comment 1•1 year ago
|
||
I'm not sure if this is still a problem or not but I think the incremental stuff is okay enough. MarkRoots is the bulk of CCs anyways.
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
•