Closed
Bug 940852
Opened 11 years ago
Closed 11 years ago
Record baseline frame information before Ion compilation
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: bhackett1024, Assigned: bhackett1024)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
(deleted),
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Right now IonBuilder directly uses a baseline frame pointer. This is incompatible with running IonBuilder off thread as the baseline frame can be actively mutated or popped by the main thread.
Attachment #8335100 -
Flags: review?(jdemooij)
Updated•11 years ago
|
Attachment #8335100 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Assignee: nobody → bhackett1024
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•