Closed
Bug 706057
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: interval->start() < pos && pos <= interval->end(), at ion/LinearScan.cpp:903
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
ion/testDivision.js asserts with --ion-eager, and I got the same assert last week with a modfied math-cordic.
Assignee | ||
Comment 1•13 years ago
|
||
When we split an interval, we scan its uses for any register requirements or hints. The problem here was that we found both a "fixed register" hint and a "fixed register" requirement, and fixedOpIsHint was not set to false.
Attachment #577547 -
Flags: review?(dvander)
Updated•13 years ago
|
Attachment #577547 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•