Closed
Bug 1638790
Opened 5 years ago
Closed 5 years ago
Optimize MathSqrt in CacheIR and Warp
Categories
(Core :: JavaScript Engine: JIT, task, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
This also fixes sqrtDouble/sqrtFloat32 to match the old code to fix an assertion
failure on x86/x64 when input/output registers are different.
Depends on D75766
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D75767
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D75768
Assignee | ||
Updated•5 years ago
|
Severity: normal → N/A
Priority: -- → P3
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ad26c706bd14
part 1 - Share more sqrt codegen code in Ion. r=evilpie
https://hg.mozilla.org/integration/autoland/rev/35515bdc44e9
part 2 - Inline Math.sqrt in CacheIR. r=evilpie
https://hg.mozilla.org/integration/autoland/rev/fbb4b3249d3f
part 3 - Transpile Math.sqrt in Warp. r=evilpie
![]() |
||
Comment 5•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ad26c706bd14
https://hg.mozilla.org/mozilla-central/rev/35515bdc44e9
https://hg.mozilla.org/mozilla-central/rev/fbb4b3249d3f
Status: ASSIGNED → 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
•