Closed
Bug 1914537
Opened 3 months ago
Closed 3 months ago
[loongarch][mips] Failed to build js due to movements of architecture-specific CodeGenerator code
Categories
(Core :: JavaScript Engine: JIT, defect, P1)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Bug 1913413 moved some architecture-specific CodeGenerator code, and caused build errors about cmp64Set
and branchTest64
on loongarch64 and mips64 platforms.
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
Updated•3 months ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•3 months ago
|
Severity: -- → S3
Priority: -- → P1
Pushed by iireland@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4448fcc8d15b
[loongarch][mips] Fix cmp64Set and branchTest64 function. r=iain
Comment 3•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•