Closed
Bug 907358
Opened 12 years ago
Closed 12 years ago
Exactly root the internal pointers in Array.join
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: terrence, Assigned: terrence)
References
Details
Attachments
(1 file, 1 obsolete file)
1.94 KB,
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
array_join_sub iterates the dense elements of arrays using Value*'s on the stack. These may be inline for arrays and the rooting analysis is correctly poisoning them. We could add 3 SkipRoots here, or just rephrase the loop in terms of |i|. I opted for the second, since it is a bit cleaner anyway, given the continuation loop.
Attachment #793029 -
Flags: review?(jwalden+bmo)
Assignee | ||
Comment 1•12 years ago
|
||
This time with more qreffing.
Attachment #793029 -
Attachment is obsolete: true
Attachment #793029 -
Flags: review?(jwalden+bmo)
Attachment #793052 -
Flags: review?(jwalden+bmo)
Updated•12 years ago
|
Attachment #793052 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
Backed out in:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c67d8048401e
While I investigate the bustage.
Comment 4•12 years ago
|
||
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•