Closed
Bug 1632757
Opened 5 years ago
Closed 5 years ago
Warp: Implement CacheIR ops for typical (empty) for-loops
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla77
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(2 files)
We need to support Int32 inc and compare in the transpiler. We also have to optimize away MToNumeric on numeric inputs.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D72334
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D72335
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8e77a4e9f18e
part 1 - Fold MUnbox(MBox(x)) if types are the same. r=evilpie
https://hg.mozilla.org/integration/autoland/rev/cbaccae6abc3
part 2 - Implement ops for typical for-loops in the transpiler. r=evilpie
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8e77a4e9f18e
https://hg.mozilla.org/mozilla-central/rev/cbaccae6abc3
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•