Closed
Bug 1631368
Opened 5 years ago
Closed 5 years ago
The decommit background task is always started even if there's no work to do
Categories
(Core :: JavaScript: GC, enhancement, P1)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
The decommit task decommits free committed arenas in chunks and then frees any excess unused chunks. Currently this task runs even if there are no suitable arenas to be decommited and no excess chunks.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/317b76bbd3da
Don't start decommit task if there's no work to do r=sfink
Comment 3•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•