Closed
Bug 1167771
Opened 9 years ago
Closed 9 years ago
Use a second tracer for PreBarrierVerifier's edge checking
Categories
(Core :: JavaScript: GC, defect)
Core
JavaScript: GC
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: terrence, Assigned: terrence)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
Edge checking is just using the curnode field as context, it's not using any of the actual data in VerifyPreTracer. Switching this logical parameter over to a different CallbackTracer makes this separation static and obvious. It also lets us get rid of two calls to setTraceCallback.
Attachment #8609634 -
Flags: review?(sphink)
Updated•9 years ago
|
Attachment #8609634 -
Flags: review?(sphink) → review+
Assignee | ||
Comment 1•9 years ago
|
||
Comment 3•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•