Optimize GuardToClass intrinsics in CacheIR and Warp
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
Attachments
(4 files)
This will allow us to inline all instructions like IntrinsicGuardToArrayIterator
, IntrinsicGuardToSetObject
etc.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D77791
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D77792
Comment 5•5 years ago
|
||
Backed out 3 changesets (Bug 1642593) for sm bustages on InlinableNatives.h.
https://hg.mozilla.org/integration/autoland/rev/b3f2a9279984e2376a37d4737a21ea662a859d26
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=304802328&repo=autoland&lineNumber=6748
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D77793
Assignee | ||
Comment 9•5 years ago
|
||
Sorry for screwing up the build twice. I need to figure out how to do try runs for non-unified.
Comment 10•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ca5509801aab
https://hg.mozilla.org/mozilla-central/rev/aa20bf181fd0
https://hg.mozilla.org/mozilla-central/rev/ce2ec4204fe8
https://hg.mozilla.org/mozilla-central/rev/31834414f0f0
Description
•