Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(297)

Issue 108293002: Fix a crash in the compiler. (Closed)

Created:
7 years ago by ngeoffray
Modified:
7 years ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Fix a crash in the compiler. joinedLocals is populated with phis and the [thisValue], but [thisValue] could be a phi as well. So the check has to be whether the element of the local is the this element. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=30949

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -1 line) Patch
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 chunk +1 line, -1 line 0 comments Download
A tests/language/phi_merge_test.dart View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ngeoffray
7 years ago (2013-12-06 14:37:46 UTC) #1
kasperl
LGTM.
7 years ago (2013-12-06 14:49:34 UTC) #2
ngeoffray
7 years ago (2013-12-06 15:56:08 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r30949 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698