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

Issue 10905234: Fix for issue 4921: ad the generic type info to a List when we create it. (Closed)

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

Description

Fix for issue 4921: ad the generic type info to a List when we create it. Committed: https://code.google.com/p/dart/source/detail?r=12260

Patch Set 1 : #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+71 lines, -19 lines) Patch
M lib/compiler/implementation/ssa/builder.dart View 1 2 3 chunks +41 lines, -12 lines 0 comments Download
M lib/compiler/implementation/ssa/codegen.dart View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M lib/compiler/implementation/universe/universe.dart View 1 chunk +2 lines, -0 lines 0 comments Download
M tests/co19/co19-dart2js.status View 1 3 chunks +2 lines, -6 lines 0 comments Download
A tests/language/list_is_test.dart View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
ngeoffray
8 years, 3 months ago (2012-09-12 12:04:23 UTC) #1
kasperl
LGTM. https://chromiumcodereview.appspot.com/10905234/diff/2001/lib/compiler/implementation/ssa/builder.dart File lib/compiler/implementation/ssa/builder.dart (right): https://chromiumcodereview.appspot.com/10905234/diff/2001/lib/compiler/implementation/ssa/builder.dart#newcode2641 lib/compiler/implementation/ssa/builder.dart:2641: String jsCode = '{ ${Strings.join(typeVariables, ', ')} }'; ...
8 years, 3 months ago (2012-09-12 12:19:04 UTC) #2
ngeoffray
Thanks Kasper. https://chromiumcodereview.appspot.com/10905234/diff/2001/lib/compiler/implementation/ssa/builder.dart File lib/compiler/implementation/ssa/builder.dart (right): https://chromiumcodereview.appspot.com/10905234/diff/2001/lib/compiler/implementation/ssa/builder.dart#newcode2641 lib/compiler/implementation/ssa/builder.dart:2641: String jsCode = '{ ${Strings.join(typeVariables, ', ')} ...
8 years, 3 months ago (2012-09-12 12:30:39 UTC) #3
karlklose
8 years, 3 months ago (2012-09-12 12:43:55 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698