Closed
Bug 1709849
Opened 5 years ago
Closed 5 years ago
Replace JSGCInvocationKind with JS::GCOptions enum class
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(2 files)
I'd like to split the 'shrinking' GC option into separate options for purging caches and compacting the heap. As a prelude to this, replace the existing JSGCInvocationKind with an enum class in the JS namespace.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D114511
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f22a0ec697b0
Replace JSGCInvocationKind with JS::GCOptions enum r=sfink
https://hg.mozilla.org/integration/autoland/rev/bc66f595b5a0
Replace use of JSGCInvocationKind with JS::GCOptions in the browser r=mccr8
Comment 4•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/f22a0ec697b0
https://hg.mozilla.org/mozilla-central/rev/bc66f595b5a0
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•