Closed
Bug 1655940
Opened 4 years ago
Closed 4 years ago
Optimize some natives with template objects in CacheIR and Warp
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(6 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
IntrinsicNew{Array,String,RegExpString}Iterator
, TypedArrayConstructor
, Array
and ObjectCreate
.
We just have to make sure Ion's BaselineInspector code still works.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/88ad1bb26e1b
part 1 - Optimize New{Array,String,RegExpString}Iterator intrinsics in CacheIR and Warp. r=anba
Comment 3•4 years ago
|
||
bugherder |
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
Depends on D85562
Assignee | ||
Comment 6•4 years ago
|
||
This optimizes the Array() and Array(n) cases.
Assignee | ||
Comment 7•4 years ago
|
||
Depends on D85722
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9fdd298c5c44
part 2 - Optimize Object.create in CacheIR and Warp. r=anba
https://hg.mozilla.org/integration/autoland/rev/7112fefc4b79
part 3 - Optimize TypedArray constructors in CacheIR and Warp. r=anba
Comment 9•4 years ago
|
||
bugherder |
Assignee | ||
Comment 10•4 years ago
|
||
Depends on D85746
Comment 11•4 years ago
|
||
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5e49c8c0792b
part 4 - Optimize Array constructor in CacheIR and Warp. r=anba
https://hg.mozilla.org/integration/autoland/rev/7a50ec832852
part 5 - Avoid some expensive cx->currentScript() calls if TI is disabled. r=anba
https://hg.mozilla.org/integration/autoland/rev/06e678964592
part 6 - Add a resume point to some instructions that can throw non-OOM exceptions. r=anba
Assignee | ||
Updated•4 years ago
|
Keywords: leave-open
Comment 12•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5e49c8c0792b
https://hg.mozilla.org/mozilla-central/rev/7a50ec832852
https://hg.mozilla.org/mozilla-central/rev/06e678964592
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•