Closed
Bug 678550
Opened 13 years ago
Closed 13 years ago
IonMonkey: bailouts regression
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 678072
People
(Reporter: h4writer, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
application/javascript
|
Details |
The given testcase will bail on {} + {}, because it is specialized on Int.
Upon bailing the right values are set back and the test completes in the interpreter and [object Object][object Object] is returnt.
http://hg.mozilla.org/projects/ionmonkey/rev/aad4f90fd9b5 breaks this. And now it returns a "random" number.
Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•