Closed
Bug 1130211
Opened 10 years ago
Closed 6 months ago
[meta] Simplify GC trigger mechanisms
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
People
(Reporter: terrence, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: meta)
Right now GCs get triggered in a dizzying maze of different ways at every level of our allocator. We should be able to lift much of this complexity out of the allocator without having much of any impact on when GC's actually happen. I'm going to do the actual work here slowly, in small, independent bugs in the hope that this will make tracking the inevitable regressions easier.
Updated•4 years ago
|
Assignee: terrence.d.cole → nobody
Status: ASSIGNED → NEW
Updated•2 years ago
|
Severity: normal → S3
Comment 1•6 months ago
|
||
No activity in the last 10 years. I am closing this meta.
Jon/Sfink, please reopen if needed.
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•