Closed
Bug 1755534
Opened 3 years ago
Closed 3 years ago
Remove permanent atom checks from string marking code
Categories
(Core :: JavaScript: GC, task, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
99 Branch
| Tracking | Status | |
|---|---|---|
| firefox99 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
References
Details
Attachments
(1 file)
I noticed that we still check whether strings are permanent atoms in a few places in the marking code. This is no longer necessary since bug 1734801 ensured that permanent atoms are marked all the time and so are no longer traced through.
| Assignee | ||
Comment 1•3 years ago
|
||
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/537589c3f80d
Remove remaining permanent atom checks from the marking code r=sfink
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox99:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 99 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•