Closed
Bug 1809097
Opened 3 years ago
Closed 3 years ago
[loong64][mips64] Failed to build loong64 and mips64 simulator (no member named 'ChunkStoreBufferOffsetFromLastByte' in namespace 'js::gc')
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox108 | --- | unaffected |
| firefox109 | --- | unaffected |
| firefox110 | --- | fixed |
People
(Reporter: zhaojiazhong-hf, Assigned: zhaojiazhong-hf)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Linux loongarch64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Build loong64 and mips64 js simulators.
Actual results:
Build failed with error:
error: no member named 'ChunkStoreBufferOffsetFromLastByte' in namespace 'js::gc'
Expected results:
Build loong64 and mips64 simulators successfully.
| Assignee | ||
Comment 1•3 years ago
|
||
This issue is caused by optimizations in bug 1808744, which are not ported to loong64 and mips64 yet.
Blocks: sm-loong-arch64, sm-mips
Regressed by: 1808744
| Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → zhaojiazhong-hf
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Updated•3 years ago
|
Keywords: regression
Comment 3•3 years ago
|
||
Set release status flags based on info from the regressing bug 1808744
status-firefox108:
--- → unaffected
status-firefox109:
--- → unaffected
status-firefox110:
--- → affected
status-firefox-esr102:
--- → unaffected
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/511421f9f003
[loong64][mips64] Remove ChunkStoreBufferOffsetFromLastByte. r=jandem
Comment 5•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•