Closed
Bug 1580209
Opened 6 years ago
Closed 6 years ago
Simplify finding cross-zone edges for debugger weakmaps
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(2 files)
These can use the existing WeakMap findZoneEdges() virtual method rather than having special purpose debugger code to do this.
Assignee | ||
Comment 1•6 years ago
|
||
Depends on D45395
Assignee | ||
Comment 2•6 years ago
|
||
Tidyup to make the method names more consistent.
Depends on D45397
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/72e64ba6ac00
Use weakmap virtual method to find cross zone edges for debugger weakmaps r=sfink
https://hg.mozilla.org/integration/autoland/rev/2b511c25acab
Rename weakmap methods for finding sweep group edges to make them more consisitent r=sfink
![]() |
||
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/72e64ba6ac00
https://hg.mozilla.org/mozilla-central/rev/2b511c25acab
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
You need to log in
before you can comment on or make changes to this bug.
Description
•