Closed
Bug 729884
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: op->type() != MIRType_String, at ion/Lowering.cpp:1005
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: dvander)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on ionmonkey revision 5a04fd69aa09 (run with --ion -n -m --ion-eager), tested on 64 bit:
function x() {}
evaluate("var x = JSON.stringify({});");
evaluate("for (a = 0; a < 13; ++a) { if (!x) { } }");
Assignee | ||
Comment 1•13 years ago
|
||
Strings could still flow into MNot, so this patch just makes MNot use TestPolicy.
Updated•13 years ago
|
Attachment #600553 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•12 years ago
|
||
A testcase for this bug was automatically identified at js/src/jit-test/tests/ion/bug729884.js.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•