Closed Bug 708777 Opened 13 years ago Closed 12 years ago

IonMonkey: Assertion failure: unexpected type, at Lowering.cpp:538

Categories

(Core :: JavaScript Engine, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: jandem, Assigned: dvander)

References

Details

Attachments

(1 file)

jit-tests/tests/jaeger/recompile/undef.js asserts. Here's a reduced testcase without callgname:
--
function local() {
    var x;
    x++;
    return x;
}
local();
--
Asserts when lowering MToInt32(undefined).
Attached patch fixSplinter Review
Assignee: general → dvander
Status: NEW → ASSIGNED
Attachment #594364 - Flags: review?(bhackett1024)
Comment on attachment 594364 [details] [diff] [review]
fix

Review of attachment 594364 [details] [diff] [review]:
-----------------------------------------------------------------

::: js/src/shell/js.cpp
@@ +5461,5 @@
>          || !op.addStringOption('\0', "ion-gvn", "[mode]",
>                                 "Specify Ion global value numbering:\n"
>                                 "  off: disable GVN\n"
> +                               "  pessimistic: (default) use pessimistic GVN\n"
> +                               "  optimistic: use optimistic GVN")

Intended for this patch?
Attachment #594364 - Flags: review?(bhackett1024) → review+
http://hg.mozilla.org/projects/ionmonkey/rev/55fe4b0baa59
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.

Attachment

General

Created:
Updated:
Size: