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 11092046: Complete support for type variables in new expressions. (Closed)

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

Description

Complete support for type variables in new expressions. Committed: https://code.google.com/p/dart/source/detail?r=13475

Patch Set 1 #

Patch Set 2 : Add missing quotes. #

Total comments: 10

Patch Set 3 : Address comments. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -16 lines) Patch
M lib/compiler/implementation/ssa/builder.dart View 1 2 2 chunks +72 lines, -16 lines 1 comment Download
A tests/language/generic_creation_test.dart View 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
karlklose
8 years, 2 months ago (2012-10-10 12:26:54 UTC) #1
floitsch
LGTM. http://codereview.chromium.org/11092046/diff/2001/lib/compiler/implementation/ssa/builder.dart File lib/compiler/implementation/ssa/builder.dart (right): http://codereview.chromium.org/11092046/diff/2001/lib/compiler/implementation/ssa/builder.dart#newcode2740 lib/compiler/implementation/ssa/builder.dart:2740: /** Helper to create an instruction to get ...
8 years, 2 months ago (2012-10-10 13:04:44 UTC) #2
karlklose
Thanks, Florian. http://codereview.chromium.org/11092046/diff/2001/lib/compiler/implementation/ssa/builder.dart File lib/compiler/implementation/ssa/builder.dart (right): http://codereview.chromium.org/11092046/diff/2001/lib/compiler/implementation/ssa/builder.dart#newcode2740 lib/compiler/implementation/ssa/builder.dart:2740: /** Helper to create an instruction to ...
8 years, 2 months ago (2012-10-10 13:44:45 UTC) #3
ngeoffray
8 years, 2 months ago (2012-10-15 12:05:20 UTC) #4
DBC

https://codereview.chromium.org/11092046/diff/4001/lib/compiler/implementatio...
File lib/compiler/implementation/ssa/builder.dart (right):

https://codereview.chromium.org/11092046/diff/4001/lib/compiler/implementatio...
lib/compiler/implementation/ssa/builder.dart:2786: void buildTypeString(DartType
type, {isInQuotes: false}) {
Could you move the non-ssa parts of this helper in the rti library?

Powered by Google App Engine
This is Rietveld 408576698