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

Issue 12380083: Fix a crash in the compiler: we were setting the target of a HInvokeDynamicMethod even if that targ… (Closed)

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

Description

Fix a crash in the compiler: we were setting the target of a HInvokeDynamicMethod even if that target did not apply to the selector at the call site. This lead to trying to compile a method that was not resolved. Committed: https://code.google.com/p/dart/source/detail?r=19366

Patch Set 1 #

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

Messages

Total messages: 2 (0 generated)
ngeoffray
7 years, 9 months ago (2013-03-02 13:26:08 UTC) #1
ngeoffray
7 years, 9 months ago (2013-03-04 07:50:56 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r19366 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698