Closed Bug 670748 Opened 13 years ago Closed 13 years ago

IonMonkey: Bogus move is inserted when splitting inactive interval

Categories

(Core :: JavaScript Engine, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: adrake, Assigned: adrake)

References

Details

Attachments

(1 file)

Attached patch Patch v0Splinter Review
When an inactive interval is split, currently a move is inserted at the next live range. This is incorrect as it does not take into account the liveness hole.

The attached patch simply doesn't insert the move if the liveness hole is present.
Attachment #545250 - Flags: review?(dvander)
Attachment #545250 - Flags: review?(dvander) → review+
http://hg.mozilla.org/users/danderson_mozilla.com/ionmonkey/rev/33eda4d6c994
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.