Closed
Bug 677730
Opened 13 years ago
Closed 13 years ago
IonMonkey: Snapshots are not assigned to LAdd instructions.
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Assigned: adrake)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
(deleted),
application/javascript
|
Details | |
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
The attached test case halts with "0" on ionmonkey tip. Instead, it should bail to the interpreter on overflow and loop forever.
Assignee | ||
Comment 1•13 years ago
|
||
I also needed to make some small changes to LSRA to ensure the correct value gets captured in the snapshot.
Attachment #551982 -
Flags: review?(dvander)
Assignee | ||
Comment 2•13 years ago
|
||
Now with test case.
Attachment #551982 -
Attachment is obsolete: true
Attachment #551982 -
Flags: review?(dvander)
Assignee | ||
Comment 3•13 years ago
|
||
Attachment #551983 -
Attachment is obsolete: true
Attachment #551985 -
Flags: review?(dvander)
Updated•13 years ago
|
Attachment #551985 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 4•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
•