Closed
Bug 714775
Opened 13 years ago
Closed 13 years ago
IonMonkey: Assertion failure: [infer failure] Missing type pushed 0: <0x1812200>
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
check-crypto-md5.js and check-crypto-sha1.js fail with --ion -n.
Assignee | ||
Comment 1•13 years ago
|
||
The problem was that the resume point after an inlined call referred to the callee instead of the return value. TI complained since we ended up with an object (the callee) instead of undefined (the expected return type).
The md5 and sha1 tests pass with this patch + the patch in bug 714676.
Attachment #585400 -
Flags: review?(dvander)
Comment on attachment 585400 [details] [diff] [review]
Patch
Review of attachment 585400 [details] [diff] [review]:
-----------------------------------------------------------------
Nice catch.
Attachment #585400 -
Flags: review?(dvander) → review+
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
•