Closed
Bug 1553710
Opened 6 years ago
Closed 6 years ago
Sort the available chunks list
Categories
(Core :: JavaScript: GC, enhancement, P1)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: pbone, Assigned: pbone)
Details
(Keywords: memory-footprint, Whiteboard: [MemShrink?])
Attachments
(1 file)
The GC maintains a list of chunks which have some but not all arenas allocated from. If we sort this list so that we're allocating new areas from the mostly-full chunks, then we may make more chunks empty sooner and be able to release them.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
There's no results yet, but here's where they will be: https://treeherder.mozilla.org/perf.html#/compare?originalProject=mozilla-central&newProject=try&newRevision=4bc75ef8b5ab444beb7c7eaa8832457819134eca&selectedTimeRange=172800
Pushed by pbone@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/16fd32ce0588
Sort the available chunks pool r=jonco
Assignee | ||
Comment 4•6 years ago
|
||
Hi perfherders, this may get us a memory usage win.
Flags: needinfo?(igoldan)
Flags: needinfo?(fstrugariu)
Comment 5•6 years ago
|
||
(In reply to Paul Bone [:pbone] from comment #4)
Hi perfherders, this may get us a memory usage win.
Thanks for the heads up!
Flags: needinfo?(igoldan)
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
Updated•6 years ago
|
Flags: needinfo?(fstrugariu)
You need to log in
before you can comment on or make changes to this bug.
Description
•