Closed
Bug 714676
Opened 13 years ago
Closed 13 years ago
IonMonkey: Frame descriptors are not always correct
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dvander, Assigned: dvander)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
A few tests are failing because frame descriptors are not correct.
Assignee | ||
Comment 1•13 years ago
|
||
Two bugs here: one is that CallGeneric was not including the right frame size in its outgoing descriptor (the size must be the distance between the two frame headers), and EnsureExitFrame could overwrite the previous frame type.
Attachment #585334 -
Flags: review?(jdemooij)
Updated•13 years ago
|
Attachment #585334 -
Flags: review?(jdemooij) → review+
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
•