Closed
Bug 1126745
Opened 10 years ago
Closed 8 years ago
MIPS simulator: unsupported instruction
Categories
(Core :: JavaScript Engine: JIT, defect, P5)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: lth, Assigned: hev)
References
Details
jit-test/tests/TypedObject/bug1096023.js hits the UNSUPPORTED case in the MIPS simulator when run from the jit_test.py harness with --tbpl.
no-opt debug build, Linux64, gcc 4.9.
Reporter | ||
Comment 1•9 years ago
|
||
Just checking in :)
Still with us, and it's enough to run this without flags (this is on Mac OS X):
build-mips/dist/bin/js jit-test/tests/TypedObject/bug1096023.js
Configure flags:
--target=i686-apple-darwin10.0.0 --without-intl-api --enable-debug --disable-optimize --enable-threadsafe --enable-simulator=mips32
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → r
Reporter | ||
Updated•8 years ago
|
Priority: -- → P5
Reporter | ||
Comment 2•8 years ago
|
||
Some bug fixes coming up to make the mips32 simulator compile, but when those are fixed the test case above passes.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•