Closed
Bug 1943373
Opened 27 days ago
Closed 26 days ago
Move MacroAssembler::moveValue to MacroAssembler.cpp
Categories
(Core :: JavaScript Engine: JIT, task)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
136 Branch
Tracking | Status | |
---|---|---|
firefox136 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•27 days ago
|
||
MacroAssembler::box{Non,}Double
are available for all architectures, so we can
move MacroAssembler::moveValue
into "MacroAssembler.cpp".
Pushed by andre.bargull@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/30e89eba6f90
MacroAssembler::moveValue doesn't need arch-specific operations. r=iain
Status: ASSIGNED → RESOLVED
Closed: 26 days ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•