Closed
Bug 1573152
Opened 6 years ago
Closed 6 years ago
Use NewbornArrayPush to append array values in Intl code
Categories
(Core :: JavaScript: Internationalization API, enhancement)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
Using NewbornArrayPush instead of DefineDataElement can give a slight performance improvement in µ-benchmarks (up to 5%) and additionally aligns Intl code with the rest of SpiderMonkey, where NewbornArrayPush is preferred over DefineDataElement to fill arrays.
| Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Attachment #9084675 -
Attachment description: Bug 1573152: Use NewbornArrayPush to append values to new arrays. r=mgaudet! → Bug 1573152: Use NewbornArrayPush to append values to new arrays. r=jwalden!
| Assignee | ||
Comment 2•6 years ago
|
||
Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=101bb14882855f551ea64ad32f32c3894701a4cc
Keywords: checkin-needed
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ad6647c380c7
Use NewbornArrayPush to append values to new arrays. r=jwalden
Keywords: checkin-needed
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•