Closed
Bug 663262
Opened 14 years ago
Closed 14 years ago
2 unboxes when there should be 1 and missing phi operations
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ascheff, Assigned: dvander)
Details
Attachments
(1 file)
219 bytes,
application/x-javascript
|
Details |
Looking at MIR for the the attached case, there are places where there are two unbox operations when there should only be one. Another (possibly separate) issue is that phi instructions seem to be gone altogether, although they are still referenced as operands in other instructions
Assignee | ||
Comment 1•14 years ago
|
||
This should fix it:
http://hg.mozilla.org/users/danderson_mozilla.com/ionmonkey/rev/2a1e322e1d9d
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•