Open
Bug 1444930
Opened 7 years ago
Updated 2 years ago
Try to decommit unused parts of LifoAlloc chunks.
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: nbp, Unassigned)
References
Details
In Bug 1437600 comment 6, Emanuel Hoogeveen suggests that we can save memory by decommitting unused pages.
In most cases we might as well free the unused pages instead of doing a decommit, but in some cases we have large compilations and we might decommit sub-parts of used pages in which we would never append anything.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•