Closed
Bug 1641297
Opened 4 years ago
Closed 4 years ago
Optimize Array.isArray in CacheIR and Warp
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: evilpie, Assigned: evilpie)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This function shows up surprisingly often at the top of a list of callsites. It's used in self-hosted code as well.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/5daeee90db7e
Optimize Array.isArray in CacheIR and Warp. r=iain
Comment 3•4 years ago
|
||
Backed out for perma failures.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=304011517&repo=autoland&lineNumber=29423
Backout: https://hg.mozilla.org/integration/autoland/rev/a8e1d6e554e5431dbb7e9d313833936c4e876c12
Flags: needinfo?(evilpies)
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0fac8346449b
Optimize Array.isArray in CacheIR and Warp. r=iain
Assignee | ||
Updated•4 years ago
|
Flags: needinfo?(evilpies)
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 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
•