Closed
Bug 1633216
Opened 5 years ago
Closed 5 years ago
[MIPS] Make spidermonkey builds compile
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla77
| Tracking | Status | |
|---|---|---|
| firefox77 | --- | fixed |
People
(Reporter: tcampbell, Assigned: tcampbell)
References
Details
Attachments
(4 files)
Fix some missing masm issues so that the simulator builds compile again.
Known Issues:
- WASM stack-maps aren't implemented so asm.js/wasm asserts out
- BaselineInterpreter makes unaligned accesses. I locally disabled the checks to get tests mostly passing.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Fix regressions so that mips32 simulator builds compile again.
Depends on D72545
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D72546
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D72547
| Assignee | ||
Comment 5•5 years ago
|
||
There are also existing issues with a few BigInt JIT tests failing.
Pushed by tcampbell@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/df6e00a35e06
Fix includes for MIPS simulators. r=iain
https://hg.mozilla.org/integration/autoland/rev/3e57d802ddc1
[mips32] Add missing MacroAssembler definitions. r=iain
https://hg.mozilla.org/integration/autoland/rev/cf32c716650d
[mips32] Use the extractTag return value. r=iain
https://hg.mozilla.org/integration/autoland/rev/47138ff4dfc6
[mips64] Fix MacroAssembler warnings. r=iain
Comment 7•5 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/df6e00a35e06
https://hg.mozilla.org/mozilla-central/rev/3e57d802ddc1
https://hg.mozilla.org/mozilla-central/rev/cf32c716650d
https://hg.mozilla.org/mozilla-central/rev/47138ff4dfc6
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox77:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla77
You need to log in
before you can comment on or make changes to this bug.
Description
•