Closed
Bug 1273180
Opened 9 years ago
Closed 9 years ago
Object allocation may not trigger a major GC
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
|
2.24 KB,
patch
|
terrence
:
review+
|
Details | Diff | Splinter Review |
At the moment we don't check our zone GC thresholds after a nursery collection, so a loop that just allocates objects may never trigger a major GC.
Attachment #8752902 -
Flags: review?(terrence)
Updated•9 years ago
|
Attachment #8752902 -
Flags: review?(terrence) → review+
Comment 2•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•