Closed
Bug 988372
Opened 11 years ago
Closed 11 years ago
The Nursery is half full
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: terrence, Unassigned)
References
Details
(Whiteboard: [MemShrink:P2])
Save memory on b2g and workers by decommitted the last half of the nursery and trigger a GC when we get half full. If we do it right we'll not touch the second half of the nursery and thus not ever need to map the memory.
![]() |
||
Updated•11 years ago
|
Whiteboard: [MemShrink] → [MemShrink:P2]
Comment 1•11 years ago
|
||
Terrence: in our backlog triage meeting, you said this bug was backed out and that it complicated GC state without much benefit. Were you thinking of a different bug? This bug has no patches. :)
Flags: needinfo?(terrence)
Reporter | ||
Comment 2•11 years ago
|
||
I appear to have put the wrong bug number down. This is a different technique which should have the same effect with less awkward state keeping.
Flags: needinfo?(terrence)
Reporter | ||
Comment 3•11 years ago
|
||
We addressed this with a smaller chunk size.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•