Closed
Bug 1653962
Opened 5 years ago
Closed 5 years ago
Transpile GuardToBigInt, GuardToUint8Clamped, Double(Inc|Dec)Result, and CompareSymbolResult
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
Details
Attachments
(5 files)
GuardToBigInt, GuardToUint8Clamped, Double(Inc|Dec)Result, and CompareSymbolResult already have direct MIR counterparts, so it's easy to transpile them.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D84152
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D84153
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D84154
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D84155
Pushed by abutkovits@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/594707d37139
Part 1: Transpile GuardToBigInt. r=jandem
https://hg.mozilla.org/integration/autoland/rev/6b6de524d3eb
Part 2: Transpile GuardToUint8Clamped. r=jandem
https://hg.mozilla.org/integration/autoland/rev/07046add6d32
Part 3: Remove duplicate line in CallNativeFunction. r=jandem
https://hg.mozilla.org/integration/autoland/rev/9db34bc63c6b
Part 4: Transpile DoubleIncResult and DoubleDecResult. r=jandem
https://hg.mozilla.org/integration/autoland/rev/bb2dc140caf0
Part 5: Transpile CompareSymbolResult. r=jandem
Comment 7•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/594707d37139
https://hg.mozilla.org/mozilla-central/rev/6b6de524d3eb
https://hg.mozilla.org/mozilla-central/rev/07046add6d32
https://hg.mozilla.org/mozilla-central/rev/9db34bc63c6b
https://hg.mozilla.org/mozilla-central/rev/bb2dc140caf0
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in
before you can comment on or make changes to this bug.
Description
•