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

Issue 1222763003: dart2js cps: Do not rewrite calls on torn-off intercepted methods. (Closed)

Created:
5 years, 5 months ago by asgerf
Modified:
5 years, 5 months ago
Reviewers:
floitsch
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

dart2js cps: Do not rewrite calls on torn-off intercepted methods. For example: getInterceptor(foo).get$toString(foo).call$0() Should be rewritten to: getInterceptor(foo).toString$0(foo) But would erroneously be rewritten to: getInterceptor(foo).toString$0() BUG= R=floitsch@google.com Committed: https://github.com/dart-lang/sdk/commit/535ed4042ff03f96831105633820d7ed00b22aab

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M pkg/compiler/lib/src/cps_ir/type_propagation.dart View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
asgerf
5 years, 5 months ago (2015-07-06 09:29:15 UTC) #2
floitsch
LGTM.
5 years, 5 months ago (2015-07-06 10:32:08 UTC) #3
asgerf
5 years, 5 months ago (2015-07-06 11:08:39 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
535ed4042ff03f96831105633820d7ed00b22aab (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698