Closed
Bug 1873926
Opened 2 years ago
Closed 2 years ago
Use conditional move in MacroAssembler::signInt32
Categories
(Core :: JavaScript Engine: JIT, enhancement)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
Use a conditional move in MacroAssembler::signInt32, which gets us closer to the assembly from bug 1416289, comment #8. (A conditional move also seems to be a bit faster.)
| Assignee | ||
Comment 1•2 years ago
|
||
Replace the explicit branching with a conditional move.
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0c8b61d221fc
Remove branching from MacroAssembler::signInt32. r=jandem
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•