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

Issue 12211013: Allow intercepted calls to have typed selectors. (Closed)

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

Description

Allow intercepted calls to have typed selectors. Committed: https://code.google.com/p/dart/source/detail?r=18165

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+116 lines, -50 lines) Patch
M sdk/lib/_internal/compiler/implementation/enqueue.dart View 1 2 3 2 chunks +22 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 3 3 chunks +15 lines, -7 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/js_number.dart View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/bailout.dart View 1 2 3 1 chunk +11 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/codegen.dart View 1 2 3 4 chunks +19 lines, -18 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/optimize.dart View 1 2 3 4 chunks +18 lines, -3 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/types.dart View 1 2 3 12 chunks +24 lines, -12 lines 0 comments Download
M tests/compiler/dart2js/compiler_helper.dart View 1 2 3 3 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
ngeoffray
7 years, 10 months ago (2013-02-05 15:46:21 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/12211013/diff/8/sdk/lib/_internal/compiler/implementation/enqueue.dart File sdk/lib/_internal/compiler/implementation/enqueue.dart (right): https://codereview.chromium.org/12211013/diff/8/sdk/lib/_internal/compiler/implementation/enqueue.dart#newcode322 sdk/lib/_internal/compiler/implementation/enqueue.dart:322: void registerDynamicInvocationOf(Element element, Selector selector) { So the ...
7 years, 10 months ago (2013-02-06 07:24:03 UTC) #2
ngeoffray
Thanks Kasper. https://codereview.chromium.org/12211013/diff/8/sdk/lib/_internal/compiler/implementation/enqueue.dart File sdk/lib/_internal/compiler/implementation/enqueue.dart (right): https://codereview.chromium.org/12211013/diff/8/sdk/lib/_internal/compiler/implementation/enqueue.dart#newcode322 sdk/lib/_internal/compiler/implementation/enqueue.dart:322: void registerDynamicInvocationOf(Element element, Selector selector) { On ...
7 years, 10 months ago (2013-02-06 08:11:55 UTC) #3
ngeoffray
PTAL: I have found something that confused the generation of type guards. See changes in ...
7 years, 10 months ago (2013-02-06 10:16:18 UTC) #4
kasperl
7 years, 10 months ago (2013-02-06 10:27:19 UTC) #5
Still LGTM.

Powered by Google App Engine
This is Rietveld 408576698