Closed
Bug 1978364
Opened 26 days ago
Closed 24 days ago
Allow pushing negative IntWord as immediate
Categories
(Core :: JavaScript Engine: JIT, enhancement, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
143 Branch
Tracking | Status | |
---|---|---|
firefox143 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Assembler::push(ImmWord) only supports positive int32 as immediates, even though negative int32 are also valid.
Assignee | ||
Comment 1•26 days ago
|
||
This allows encoding push -1
without an extra mov
.
Updated•25 days ago
|
Updated•25 days ago
|
Pushed by andre.bargull@gmail.com:
https://github.com/mozilla-firefox/firefox/commit/4532736ae30a
https://hg.mozilla.org/integration/autoland/rev/ab2c3d0e28c4
Allow pushing negative IntWord as immediate. r=jandem
Comment 3•24 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 24 days ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•