Closed
Bug 1866971
Opened 1 year ago
Closed 1 year ago
[mips64] Failed to build js after optimization for VMFunction wrapper code
Categories
(Core :: JavaScript Engine: JIT, defect, P2)
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Optimizations in bug 1860541 caused build issue on mips64 port.
js/src/jit/mips64/Trampoline-mips64.cpp:771:12: error: no member named 'popRooted' in 'js::jit::MacroAssembler'
771 | masm.popRooted(f.outParamRootType, ReturnReg, JSReturnOperand);
Assignee | ||
Comment 1•1 year ago
|
||
Port optimizations in bug 1860541 for VMFunction wrapper code to MIPS64.
Updated•1 year ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/785b3d438fe5
[mips64] Optimizations VMFunction wrapper code by taking advantage of frame pointers. r=jandem
Updated•1 year ago
|
Severity: -- → S4
Priority: -- → P2
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•