Closed
Bug 1299911
Opened 8 years ago
Closed 7 years ago
Add a zeal mode to verify gray unmarking
Categories
(Core :: JavaScript: GC, defect, P3)
Core
JavaScript: GC
Tracking
()
RESOLVED
DUPLICATE
of bug 1413914
Tracking | Status | |
---|---|---|
firefox51 | --- | affected |
People
(Reporter: terrence, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: triage-deferred)
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
This patch is crazy sketchy because of the need to not visit our explicitly gray things. This is actually the reason that I started rewriting root marking; once the tree of bugs under bug 1296488 is landed, we should be in an okay position to do this in a less sketchy way. Until then, the patch itself is still probably useful for debugging.
Comment 1•8 years ago
|
||
Note to self: JS_GC_ZEAL=VerifyGrayUnmarking to activate this.
Updated•7 years ago
|
Keywords: triage-deferred
Priority: -- → P3
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•