Closed
Bug 757845
Opened 13 years ago
Closed 13 years ago
Add edge label to write barrier assert
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla15
People
(Reporter: jandem, Assigned: jandem)
Details
Attachments
(1 file)
1.78 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
The IsMarkedOrAllocated(static_cast<Cell *>(thing)) assert is very generic, and this makes it hard for the fuzzers to detect duplicates.
The attached patch attempts to make it less generic by adding the edge label to the write barrier assert, so that the fuzzers can more easily distinguish different bugs.
Attachment #626432 -
Flags: review?(wmccloskey)
Attachment #626432 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 1•13 years ago
|
||
Target Milestone: --- → mozilla15
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•