Remove the GCPolicy and container sweep methods
Categories
(Core :: JavaScript: GC, task, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox96 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(3 files)
There's one last use of these, and then we can remove the duplicated methods entirely. From now on everything can use traceWeak instead of needsSweep/sweep.
| Assignee | ||
Comment 1•4 years ago
|
||
Depends on D128900
| Assignee | ||
Comment 2•4 years ago
|
||
This functionality has been replaced by the traceWeak methods.
Depends on D128901
| Assignee | ||
Comment 3•4 years ago
|
||
It's only used for traceWeak it's true, but it's like a GCPolicy for the map
entry itself.
Depends on D128902
Comment 5•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/e1ef1c085097
https://hg.mozilla.org/mozilla-central/rev/31b0cbcc6e84
https://hg.mozilla.org/mozilla-central/rev/3ef8aa197b0a
Comment 6•4 years ago
|
||
Backed out for causing crashes (Bug 1737399)
Backout link: https://hg.mozilla.org/integration/autoland/rev/ec26a424e94243edf601aa8997ebed803db9be35
Comment 7•4 years ago
|
||
Backout merged to central: https://hg.mozilla.org/mozilla-central/rev/ec26a424e94243edf601aa8997ebed803db9be35
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 9•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/10d25724c8be
https://hg.mozilla.org/mozilla-central/rev/820758a84c4d
https://hg.mozilla.org/mozilla-central/rev/3f566bda25e0
| Assignee | ||
Updated•4 years ago
|
Description
•