Closed
Bug 457449
Opened 15 years ago
Closed 14 years ago
TM: (x86_64) Assertion failed: "Should not move data from GPR to XMM": false, in Nativei386.cpp:1192
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: Swatinem, Unassigned)
References
Details
With Tracemonkey compiled for x86_64, I get that assertion on Dromaeos DOM Query (Yahoo UI) benchmark.
Comment 1•15 years ago
|
||
see Bug 457663
The x86_64 TM port isn't supported in the browser yet -- did it turned on accidentally?
Reporter | ||
Comment 3•15 years ago
|
||
No, I deliberately hacked the makefile to include the following: DEFINES += -DAVMPLUS_AMD64 -DAVMPLUS_64BIT NANOJIT_ARCH = i386 ENABLE_JIT = 1 I wanted to be a little more on the bleeding edge and help testing :)
Nanojit has changed so much that this no longer applies. Yay!
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
•