Closed
Bug 1640504
Opened 5 years ago
Closed 5 years ago
Optimize more intrinsics in CacheIR and Warp
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
These are some of the most common intrinsics called from self-hosted code. After this IsCallable
and UnsafeGetInt32FromReservedSlot
are probably the two biggest remaining ones.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D76611
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D76624
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/236469cc9c95
Optimize ToObject and ToInteger. r=iain
https://hg.mozilla.org/integration/autoland/rev/cbee23779979
Optimize IsObject. r=iain
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/236469cc9c95
https://hg.mozilla.org/mozilla-central/rev/cbee23779979
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•