Closed
Bug 784282
Opened 13 years ago
Closed 13 years ago
GC: Assert that cross-compartment pointers are wrapped when marking
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jonco, Assigned: jonco)
Details
Attachments
(1 file)
1.24 KB,
patch
|
billm
:
review+
|
Details | Diff | Splinter Review |
GC marking traverses pointers between reachable objects and is a convenient place to assert that there are no cross compartment pointers that are not wrapped.
Assignee | ||
Updated•13 years ago
|
Assignee: general → jcoppeard
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #653786 -
Flags: review?(wmccloskey)
Attachment #653786 -
Flags: review?(wmccloskey) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Comment 4•13 years ago
|
||
> https://hg.mozilla.org/mozilla-central/rev/e8bf3b589c2d
Something weird happened to the indentation here...
Assignee | ||
Comment 5•13 years ago
|
||
(In reply to :Ms2ger from comment #4)
> > https://hg.mozilla.org/mozilla-central/rev/e8bf3b589c2d
>
> Something weird happened to the indentation here...
Cheers, fixed:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9e98e33cb80d
You need to log in
before you can comment on or make changes to this bug.
Description
•