Closed Bug 677455 Opened 13 years ago Closed 13 years ago

IonMonkey: Assertion failure: GetObservedType(in) == phi->type(), at IonAnalysis.cpp:423

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: adrake, Assigned: dvander)

References

(Blocks 1 open bug)

Details

Attachments

(2 files)

Attached file Test case
The attached test case asserts during type analysis phase on ionmonkey tip.
Attached patch fixSplinter Review
Every time we change a value's specialization, we need to re-analyze any phi dependencies. We don't do this though until we've analyzed at least one phi - the flag was just in the wrong place, so it a specialization changed while analyzing phis for the first time, it wouldn't reflow.
Assignee: general → dvander
Status: NEW → ASSIGNED
Attachment #551793 - Flags: review?(rpearl)
Attachment #551793 - Flags: review?(rpearl) → review+
http://hg.mozilla.org/projects/ionmonkey/rev/f226f89b29e9
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.