Closed
Bug 838520
Opened 13 years ago
Closed 13 years ago
BaselineCompiler: Exception handling and forced returns have to unwind scopes
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla21
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(2 files, 1 obsolete file)
6.55 KB,
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
6.00 KB,
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
Will fix jit-tests/tests/auto-regress/bug637010.js
Assignee | ||
Comment 2•13 years ago
|
||
Oops, forgot to qref.
Attachment #710646 -
Attachment is obsolete: true
Attachment #710646 -
Flags: review?(kvijayan)
Attachment #710649 -
Flags: review?(kvijayan)
Assignee | ||
Comment 3•13 years ago
|
||
Initializing evalPrev is a bit unfortunate, but doing it in ScopeIter can lead to O(n) behavior and there are only two places where we have to do this, so I think it's the best solution.
Attachment #710665 -
Flags: review?(kvijayan)
Updated•13 years ago
|
Attachment #710649 -
Flags: review?(kvijayan) → review+
Updated•13 years ago
|
Attachment #710665 -
Flags: review?(kvijayan) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Assignee | ||
Comment 5•13 years ago
|
||
Comment 6•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla21
You need to log in
before you can comment on or make changes to this bug.
Description
•