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

Issue 1092183003: Handle calls through call methods (Closed)

Created:
5 years, 8 months ago by Leaf
Modified:
5 years, 8 months ago
Reviewers:
Jacob
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Handle calls through call methods This CL makes us recognizes calls through call methods as not requiring dynamic invokes. The analyzer seems to do the wrong thing on the return types though, so we'll still get casts on the results. Bug filed here: dartbug.com/23252 . This fixes #7. BUG= R=jacobr@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/0f472e54349da8ce506df223b664deaa7c33eab2

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -19 lines) Patch
M lib/src/checker/checker.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M lib/src/checker/rules.dart View 3 chunks +32 lines, -16 lines 0 comments Download
M test/checker/checker_test.dart View 2 chunks +50 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Leaf
5 years, 8 months ago (2015-04-17 23:28:33 UTC) #2
Jacob
lgtm
5 years, 8 months ago (2015-04-17 23:34:58 UTC) #3
Leaf
5 years, 8 months ago (2015-04-17 23:37:23 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
0f472e54349da8ce506df223b664deaa7c33eab2 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698