Closed
Bug 646547
Opened 15 years ago
Closed 15 years ago
TI+JM: Assertion failure: inRegister(), at ../methodjit/RematInfo.h:244
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 646495
People
(Reporter: jandem, Unassigned)
References
Details
--
function f() {
var x;
var y;
return x = --y;
}
f();
--
$ ./js -a -n -m test.js
Assertion failure: inRegister(), at ../methodjit/RematInfo.h:244
Comment 1•15 years ago
|
||
Same invariant violation as bug 646495.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•