Closed
Bug 1906255
Opened 1 year ago
Closed 1 year ago
Add a way to easily disable the nursery in the browser
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
130 Branch
| Tracking | Status | |
|---|---|---|
| firefox130 | --- | fixed |
People
(Reporter: jonco, Assigned: sfink)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
For testing purposes it would be useful to be able to easily disable the nursery in the browser, but unlike other GC features (e.g. compacting) there's no flag to disable this.
I tried setting the max nursery size to zero in about:config but it wasn't clear that this had done anything.
Updated•1 year ago
|
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by sfink@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/028e540902f7
Allow disabling the nursery via gcparam r=jonco
https://hg.mozilla.org/integration/autoland/rev/b5d550f162b3
1909003: apply code formatting via Lando
Comment 3•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/028e540902f7
https://hg.mozilla.org/mozilla-central/rev/b5d550f162b3
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox130:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 130 Branch
Comment 4•1 year ago
|
||
I think this also wants to be set for Workers in the same place as we disable compacting https://searchfox.org/mozilla-central/search?q=JSGC_COMPACTING_ENABLED&path=RuntimeService.cpp&case=false®exp=false
You need to log in
before you can comment on or make changes to this bug.
Description
•