Closed
Bug 1290584
Opened 5 years ago
Closed 5 years ago
Reassort stack marking code
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla51
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file)
4.69 KB,
patch
|
jonco
:
review+
|
Details | Diff | Splinter Review |
The way we've got this sorted right now just makes no sense whatsoever. This moves all of the C and JS stack marking under one reporter, which I thinks makes more sense than doing it by type, as we are right now. And of course, I've no idea what traceSelfHostingGlobal has to do with marking rooters. I'll move these under a different category later, once all the other non-shared bits are excised.
Attachment #8776143 -
Flags: review?(jcoppeard)
Updated•5 years ago
|
Attachment #8776143 -
Flags: review?(jcoppeard) → review+
Assignee | ||
Comment 1•5 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/f6efc93a3267fdaa88cc2e5bcf3e1dce153189c4 Bug 1290584 - Lift stack marking into a function; r=jonco
Comment 2•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f6efc93a3267
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•