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

Issue 12210138: Add substitution for classes that use type variables. (Closed)

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

Description

Add substitution for classes that use type variables. Committed: https://code.google.com/p/dart/source/detail?r=18379

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Add deleted newline again. #

Total comments: 6

Patch Set 4 : Address comments. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -17 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 2 1 chunk +11 lines, -3 lines 1 comment Download
M sdk/lib/_internal/compiler/implementation/lib/js_helper.dart View 4 chunks +14 lines, -10 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/ssa/builder.dart View 1 2 3 1 chunk +17 lines, -4 lines 1 comment Download
M tests/language/generic_creation_test.dart View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
karlklose
7 years, 10 months ago (2013-02-12 12:07:44 UTC) #1
kasperl
LGTM. https://codereview.chromium.org/12210138/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart File sdk/lib/_internal/compiler/implementation/ssa/builder.dart (right): https://codereview.chromium.org/12210138/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart#newcode3185 sdk/lib/_internal/compiler/implementation/ssa/builder.dart:3185: // The type variable is stored on the ...
7 years, 10 months ago (2013-02-12 12:14:10 UTC) #2
karlklose
Thanks, Kasper. https://codereview.chromium.org/12210138/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart File sdk/lib/_internal/compiler/implementation/ssa/builder.dart (right): https://codereview.chromium.org/12210138/diff/3001/sdk/lib/_internal/compiler/implementation/ssa/builder.dart#newcode3185 sdk/lib/_internal/compiler/implementation/ssa/builder.dart:3185: // The type variable is stored on ...
7 years, 10 months ago (2013-02-12 13:22:30 UTC) #3
ngeoffray
7 years, 10 months ago (2013-02-12 21:56:15 UTC) #4
Message was sent while issue was closed.
DBC

https://codereview.chromium.org/12210138/diff/8001/sdk/lib/_internal/compiler...
File sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart (right):

https://codereview.chromium.org/12210138/diff/8001/sdk/lib/_internal/compiler...
sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart:1285: for
(ClassElement check in checkedClasses) {
Any reason why you changed the order of the loops between the two versions?

https://codereview.chromium.org/12210138/diff/8001/sdk/lib/_internal/compiler...
File sdk/lib/_internal/compiler/implementation/ssa/builder.dart (right):

https://codereview.chromium.org/12210138/diff/8001/sdk/lib/_internal/compiler...
sdk/lib/_internal/compiler/implementation/ssa/builder.dart:3195: new
LiteralDartString(substitutionNameString), null, constantSystem);
line too long

Powered by Google App Engine
This is Rietveld 408576698