Closed
Bug 1611927
Opened 5 years ago
Closed 5 years ago
Remove unused IsMarked* functions
Categories
(Core :: JavaScript: GC, task, P1)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(2 files)
Since bug 1593399 a bunch of the IsMarked functions are unused and we can remove them.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jcoppeard
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D61172
Assignee | ||
Updated•5 years ago
|
Priority: -- → P1
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0eaad1ea9d3c
Replace some uses of IsMarkedUnbarriered with TenuredCell::isMarkedAny where this simplifies the code r=sfink
https://hg.mozilla.org/integration/autoland/rev/08705228a623
Remove unused IsMarked methods r=sfink
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/0eaad1ea9d3c
https://hg.mozilla.org/mozilla-central/rev/08705228a623
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•