Closed
Bug 674680
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: !hasFlags(1 << LoopInvariant), at MIR.h:294
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Unassigned)
References
Details
Attachments
(1 file)
305 bytes,
application/javascript
|
Details |
Attached test case asserts in LICM on x86 debug builds.
Reporter | ||
Updated•13 years ago
|
Comment 1•13 years ago
|
||
This looks like a dup of bug 674389.
Comment 2•13 years ago
|
||
Fixed. Half-liner. You guys write loops I could never dream of :)
http://hg.mozilla.org/projects/ionmonkey/rev/181d31b8aa2d
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
This one is okay but let's go through the review process - checkins should have a bug # too. Also, let's start checking in these test cases into trace-tests/ion or something.
(It helps a lot when six months later you want to know why a change was made, but can't find the test or bug.)
Comment 4•13 years ago
|
||
rgr
You need to log in
before you can comment on or make changes to this bug.
Description
•