Closed
Bug 1523568
Opened 7 years ago
Closed 6 years ago
ARM64: lower divisions by a constant.
Categories
(Core :: JavaScript Engine: JIT, enhancement, P3)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: nbp, Assigned: nbp)
References
Details
Attachments
(1 file)
This TODO include division by a power of 2, and divisions by constants which are not a power of 2 using ReciprocalMulConstants provided in the shared CodeGen.
| Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → nicolas.b.pierron
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by npierron@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7ed7b0b9f2dd
ARM64: Implement divisions by a constant. r=sstangl
Comment 3•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
| Assignee | ||
Updated•3 years ago
|
Regressions: CVE-2023-29548
You need to log in
before you can comment on or make changes to this bug.
Description
•