Closed
Bug 1083781
Opened 11 years ago
Closed 11 years ago
Remove AutoEnterAnalysis from Recover isntructions.
Categories
(Core :: JavaScript Engine: JIT, defect)
Core
JavaScript Engine: JIT
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: nbp, Assigned: nbp)
References
Details
Attachments
(1 file)
|
5.36 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
As we are now capable of iterating the stack during a bailout, there is no reason to keep AutoEnterAnalysis in recover instruction, as they were use to prevent introspection of the stack.
| Assignee | ||
Comment 1•11 years ago
|
||
This revert some of the modifications made by Bug 1006899, Bug 1054241,
Bug 1057598 and Bug 1064358 as it is now safe to iterate the stack during a
bailout.
Attachment #8506139 -
Flags: review?(bhackett1024)
Updated•11 years ago
|
Attachment #8506139 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•