Closed
Bug 907358
Opened 8 years ago
Closed 8 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•8 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•8 years ago
|
Attachment #793052 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0fc0283ac2b1
Assignee | ||
Comment 3•8 years ago
|
||
Backed out in: https://hg.mozilla.org/integration/mozilla-inbound/rev/c67d8048401e While I investigate the bustage.
Assignee | ||
Comment 5•8 years ago
|
||
Relanded: https://hg.mozilla.org/integration/mozilla-inbound/rev/a1313bd99363
Comment 6•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/a1313bd99363
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•