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

Issue 10855146: Make the closure-to-class translator more accessible. It can now be (Closed)

Created:
8 years, 4 months ago by floitsch
Modified:
8 years, 4 months ago
Reviewers:
ahe
CC:
reviews_dartlang.org, kasperl
Visibility:
Public.

Description

Make the closure-to-class translator more accessible. It can now be used by the type-inference algorithm. Committed: https://code.google.com/p/dart/source/detail?r=10648

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+76 lines, -525 lines) Patch
A + lib/compiler/implementation/closure.dart View 1 11 chunks +62 lines, -29 lines 0 comments Download
M lib/compiler/implementation/compiler.dart View 1 2 chunks +4 lines, -2 lines 0 comments Download
M lib/compiler/implementation/js_backend/js_backend.dart View 1 chunk +1 line, -0 lines 0 comments Download
M lib/compiler/implementation/leg.dart View 1 chunk +1 line, -0 lines 0 comments Download
M lib/compiler/implementation/ssa/builder.dart View 1 5 chunks +7 lines, -13 lines 0 comments Download
D lib/compiler/implementation/ssa/closure.dart View 1 chunk +0 lines, -480 lines 0 comments Download
M lib/compiler/implementation/ssa/ssa.dart View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
floitsch
8 years, 4 months ago (2012-08-14 12:27:18 UTC) #1
ahe
LGTM, only nits. https://chromiumcodereview.appspot.com/10855146/diff/1/lib/compiler/implementation/closure.dart File lib/compiler/implementation/closure.dart (right): https://chromiumcodereview.appspot.com/10855146/diff/1/lib/compiler/implementation/closure.dart#newcode5 lib/compiler/implementation/closure.dart:5: #library("closureToClassMapper"); I like an empty line ...
8 years, 4 months ago (2012-08-14 12:54:38 UTC) #2
floitsch
Also needed to fix a type (which was missing the library prefix). https://chromiumcodereview.appspot.com/10855146/diff/1/lib/compiler/implementation/closure.dart File lib/compiler/implementation/closure.dart ...
8 years, 4 months ago (2012-08-14 14:16:32 UTC) #3
ahe
8 years, 4 months ago (2012-08-14 17:33:11 UTC) #4
SLGTM :-)

Powered by Google App Engine
This is Rietveld 408576698