Closed
Bug 1645968
Opened 5 years ago
Closed 5 years ago
[MIPS] Fix build failures on MIPS64 caused by recent updates (cmpPtrSet)
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | unaffected |
firefox79 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
D79040 added a function that calls MacroAssembler::cmpPtrSet(Assembler::Condition cond, Address lhs, Register rhs, Register dest)
, which is not implemented on mips64.
Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → zhaojiazhong-hf
Comment 2•5 years ago
|
||
Set release status flags based on info from the regressing bug 1644472
status-firefox77:
--- → unaffected
status-firefox78:
--- → unaffected
status-firefox-esr68:
--- → unaffected
Updated•5 years ago
|
Severity: -- → S4
Priority: -- → P5
Pushed by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7944f1a20b06
[MIPS] Add a new implementation of cmpPtrSet. r=tcampbell
Comment 4•5 years ago
|
||
bugherder |
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
Updated•5 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•