Closed
Bug 780597
Opened 13 years ago
Closed 13 years ago
IonMonkey: Move emitter breakCycle does not handle spilled registers
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
Details
(Whiteboard: [ion:p1:fx18])
Attachments
(1 file)
|
4.45 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•13 years ago
|
||
This fixes a jit-test failure with a patch I'm working on, but I'm pretty sure it could cause problems on trunk too.
Also fixes an incorrect comment in tempReg(): we use edx as temp, not ecx.
Attachment #649249 -
Flags: review?(dvander)
Updated•13 years ago
|
Attachment #649249 -
Flags: review?(dvander) → review+
Updated•13 years ago
|
Whiteboard: [ion:p1:fx18]
| 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
•