Closed
Bug 847410
Opened 12 years ago
Closed 12 years ago
BaselineCompiler: Assertion failure: !script->varIsAliased(i), at vm/Stack.cpp:2363
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: decoder, Assigned: jandem)
References
Details
(Keywords: assertion, testcase, Whiteboard: [jsbugmon:update])
Attachments
(1 file)
1.82 KB,
patch
|
djvj
:
review+
|
Details | Diff | Splinter Review |
The following testcase asserts on baseline compiler branch revision a956beaa9efd (run with --ion-eager):
function h(code) {
f = eval("(function(){" + code + "})")
}
h("")
h("debugger;")
Assignee | ||
Comment 1•12 years ago
|
||
The bailout-to-interpreter path changed a bit, this patch fixes the bailout-to-baseline code.
Updated•12 years ago
|
Attachment #720717 -
Flags: review?(kvijayan) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•