Closed
Bug 909276
Opened 11 years ago
Closed 11 years ago
Assertion failure: *to != *moves_[i].to(), at jit/LIR.cpp:350 with backtracking register allocation
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 900683
People
(Reporter: decoder, Unassigned)
Details
(Keywords: assertion, testcase)
Attachments
(1 file, 1 obsolete file)
623 bytes,
text/plain
|
Details |
The following testcase asserts on mozilla-central revision 4887845b1142 (run with --ion-eager --ion-regalloc=backtracking):
function test() {
var actual = '';
for (var next = 0 of ignoreComments) {
actual += a;
for (var b in x) {
actual += b.eval("args = [-0, NaN, -1/0]; this.f(-0, NaN, -1/0);");
}
}
var y = Iterator([1,2,3], true);
for (var c in y) {}
} test();
Reporter | ||
Comment 1•11 years ago
|
||
Comment 2•11 years ago
|
||
Related to bug 900683?
Reporter | ||
Comment 3•11 years ago
|
||
Attachment #795386 -
Attachment is obsolete: true
Reporter | ||
Updated•11 years ago
|
status-firefox24:
--- → affected
Reporter | ||
Updated•11 years ago
|
Comment 4•11 years ago
|
||
Yes, I can confirm it's the same as bug 900683.
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•