Closed
Bug 1639251
Opened 5 years ago
Closed 5 years ago
Some minor improvements to Marking.cpp
Categories
(Core :: JavaScript: GC, task)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(2 files)
I saw a couple of things that could be improved while looking at Marking.cpp.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
I noticed this was a bit out of date and redrew it. Hopefully this is simpler and easier to follow.
Depends on D75990
Pushed by jcoppeard@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1ecfcfa2fb17
Cache a pointer to the current mark stack to avoid conditional in currentStack() r=sfink
https://hg.mozilla.org/integration/autoland/rev/dbaa47665f9a
Tidy and update the diagram describing the tracing internals r=sfink
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1ecfcfa2fb17
https://hg.mozilla.org/mozilla-central/rev/dbaa47665f9a
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•