Closed
Bug 948241
Opened 9 years ago
Closed 9 years ago
Convert plain arrays to mozilla::Array and FixedList
Categories
(Core :: JavaScript Engine: JIT, enhancement)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: sunfish, Assigned: sunfish)
References
Details
Attachments
(2 files)
19.13 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
3.85 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
The attached patches convert several plain arrays to mozilla:Array, and some (pointer, size) pairs to use FixedList. This provides better bounds checking.
Attachment #8345063 -
Flags: review?(luke)
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8345064 -
Flags: review?(luke)
![]() |
||
Updated•9 years ago
|
Attachment #8345063 -
Flags: review?(luke) → review+
![]() |
||
Comment 2•9 years ago
|
||
Comment on attachment 8345064 [details] [diff] [review] ds-asmjscall.patch I thought I already r+'d this somewhere else...
Attachment #8345064 -
Flags: review?(luke) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c39721a052f3 https://hg.mozilla.org/integration/mozilla-inbound/rev/8e1d913c4436
Comment 4•9 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/7c17d67dac5b - the Android builds say https://tbpl.mozilla.org/php/getParsedLog.php?id=31720138&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=31720131&tree=Mozilla-Inbound https://tbpl.mozilla.org/php/getParsedLog.php?id=31720124&tree=Mozilla-Inbound
Comment 5•9 years ago
|
||
And https://tbpl.mozilla.org/php/getParsedLog.php?id=31721432&tree=Mozilla-Inbound from b2g, once it finally got around to failing.
Assignee | ||
Comment 6•9 years ago
|
||
Compile errors on ARM fixed, and reapplied: https://hg.mozilla.org/integration/mozilla-inbound/rev/afbd56360969 https://hg.mozilla.org/integration/mozilla-inbound/rev/a56e3ea436a9
Comment 7•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/afbd56360969 https://hg.mozilla.org/mozilla-central/rev/a56e3ea436a9
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•