Closed
Bug 1655004
Opened 4 years ago
Closed 4 years ago
Optimize remaining Math natives in CacheIR and Warp
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
I think we're only missing MathClz32
, MathImul
and MathSign
at this point.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D84810
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D84811
Assignee | ||
Comment 4•4 years ago
|
||
Depends on D84812
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/51166b714583
part 1 - Optimize Math.clz32 in CacheIR and Warp. r=anba
https://hg.mozilla.org/integration/autoland/rev/cf60e0f63f50
part 2 - Move sign implementations into the MacroAssembler. r=anba
https://hg.mozilla.org/integration/autoland/rev/4863e6da8d92
part 3 - Optimize Math.sign in CacheIR and Warp. r=anba
https://hg.mozilla.org/integration/autoland/rev/ed01d76a2a79
part 4 - Optimize Math.imul in CacheIR and Warp. r=anba
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/51166b714583
https://hg.mozilla.org/mozilla-central/rev/cf60e0f63f50
https://hg.mozilla.org/mozilla-central/rev/4863e6da8d92
https://hg.mozilla.org/mozilla-central/rev/ed01d76a2a79
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox81:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•