Closed
Bug 586134
Opened 14 years ago
Closed 14 years ago
JM: Tracer failure in tests/basic/bug525028.js on X64
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Assigned: dvander)
References
Details
Attachments
(1 file)
2.67 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Assertion failure: LIR type error (start of writer pipeline): arg 1 of 'ui2uq' is 'immq' which has type int64 (expected int32): 0 (../nanojit/LIR.cpp:2834)
Comment 2•14 years ago
|
||
Is this on x64? I just ran into this earlier today when porting the fast ctor patch to TM, have fix.
Assignee | ||
Comment 3•14 years ago
|
||
Yup.
Summary: JM: Tracer failure in tests/basic/bug525028.js → JM: Tracer failure in tests/basic/bug525028.js on X64
Assignee | ||
Comment 4•14 years ago
|
||
This looks like all but one of the x64 TM+JM integration bugs. If you don't mind spot-fixing for JM, I can review ASAP.
Comment 5•14 years ago
|
||
Try this. I'm still working on getting an x64 JM to build and test myself.
Comment 6•14 years ago
|
||
Trace-tests pass for me on x64 using this patch.
Assignee | ||
Comment 7•14 years ago
|
||
Comment on attachment 464664 [details] [diff] [review]
spot fix
Thanks!
Attachment #464664 -
Flags: review+
Assignee | ||
Comment 8•14 years ago
|
||
Came in with a TM merge.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•