Closed
Bug 1636030
Opened 4 years ago
Closed 4 years ago
Warp: transpile some more CacheIR instructions
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The following would be nice to have:
* StoreDenseElement
* CallStringConcatResult
* Int32MulResult
* Int32NegationResult
* Int32NotResult
* Int32ModResult
* Int32DivResult
Assignee | ||
Updated•4 years ago
|
Severity: normal → N/A
Priority: -- → P2
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D74201
Pushed by jdemooij@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c0a1ac68b8ca part 1 - Transpile string concat and some int32 unary/binary ops. r=evilpie https://hg.mozilla.org/integration/autoland/rev/b1f0f7dc49f6 part 2 - Transpile StoreDenseElement. r=evilpie
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c0a1ac68b8ca
https://hg.mozilla.org/mozilla-central/rev/b1f0f7dc49f6
Status: ASSIGNED → 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
•