Closed
Bug 1635589
Opened 5 years ago
Closed 5 years ago
Warp: Transpile more double operations
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: evilpies, Assigned: evilpies)
References
Details
Attachments
(3 files)
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Unbox here seems a bit wrong, because usually the value isn't used afterwards.
(Interestingly enough we actually do use the value with TruncateDoubleToUInt32)
I doubt this will ever be a performance problem however.
GuardType doesn't just unlock bitwise arithmetic but also other stubs.
Depends on D73975
| Assignee | ||
Comment 3•5 years ago
|
||
Enables is to compile bitwise arithmetic with double operands.
Depends on D73976
Pushed by evilpies@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a5145c1d6fba
Warp: Transpile double arithmetic. r=jandem
https://hg.mozilla.org/integration/autoland/rev/9dcbac4db0f6
Warp: Transpile GuardType. r=jandem
https://hg.mozilla.org/integration/autoland/rev/e93a0fc3b11c
Warp: Transpile TruncateDoubleToUInt32. r=jandem
Comment 5•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a5145c1d6fba
https://hg.mozilla.org/mozilla-central/rev/9dcbac4db0f6
https://hg.mozilla.org/mozilla-central/rev/e93a0fc3b11c
Status: NEW → RESOLVED
Closed: 5 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
•