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

Issue 10836261: dart2dart Preproces placeholders instead of renaming them lazily, (Closed)

Created:
8 years, 4 months ago by Roman
Modified:
8 years, 4 months ago
Reviewers:
Anton Muhin
CC:
reviews_dartlang.org
Visibility:
Public.

Description

dart2dart Preproces placeholders instead of renaming them lazily, just form a map <node,string> for future renames. Committed: https://code.google.com/p/dart/source/detail?r=10730

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -90 lines) Patch
M lib/compiler/implementation/dart_backend/backend.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/compiler/implementation/dart_backend/dart_backend.dart View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M lib/compiler/implementation/dart_backend/placeholder.dart View 1 2 1 chunk +0 lines, -47 lines 0 comments Download
M lib/compiler/implementation/dart_backend/placeholder_collector.dart View 1 2 4 chunks +35 lines, -15 lines 0 comments Download
M lib/compiler/implementation/dart_backend/renamer.dart View 1 2 2 chunks +44 lines, -12 lines 0 comments Download
M tests/compiler/dart2js/unparser_test.dart View 1 2 chunks +2 lines, -14 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Roman
8 years, 4 months ago (2012-08-15 12:11:43 UTC) #1
Anton Muhin
Just two principal questions first. Detailed review next https://chromiumcodereview.appspot.com/10836261/diff/1/lib/compiler/implementation/dart_backend/placeholder.dart File lib/compiler/implementation/dart_backend/placeholder.dart (right): https://chromiumcodereview.appspot.com/10836261/diff/1/lib/compiler/implementation/dart_backend/placeholder.dart#newcode5 lib/compiler/implementation/dart_backend/placeholder.dart:5: interface ...
8 years, 4 months ago (2012-08-15 12:19:30 UTC) #2
Roman
https://chromiumcodereview.appspot.com/10836261/diff/1/lib/compiler/implementation/dart_backend/placeholder.dart File lib/compiler/implementation/dart_backend/placeholder.dart (right): https://chromiumcodereview.appspot.com/10836261/diff/1/lib/compiler/implementation/dart_backend/placeholder.dart#newcode5 lib/compiler/implementation/dart_backend/placeholder.dart:5: interface Placeholder {} On 2012/08/15 12:19:30, Anton Muhin wrote: ...
8 years, 4 months ago (2012-08-15 12:43:21 UTC) #3
Roman
PTAL
8 years, 4 months ago (2012-08-15 13:34:33 UTC) #4
Anton Muhin
Neat! Let's sort out last bits. https://chromiumcodereview.appspot.com/10836261/diff/6001/lib/compiler/implementation/dart_backend/placeholder.dart File lib/compiler/implementation/dart_backend/placeholder.dart (right): https://chromiumcodereview.appspot.com/10836261/diff/6001/lib/compiler/implementation/dart_backend/placeholder.dart#newcode1 lib/compiler/implementation/dart_backend/placeholder.dart:1: // Copyright (c) ...
8 years, 4 months ago (2012-08-15 13:45:46 UTC) #5
Roman
https://chromiumcodereview.appspot.com/10836261/diff/6001/lib/compiler/implementation/dart_backend/placeholder.dart File lib/compiler/implementation/dart_backend/placeholder.dart (right): https://chromiumcodereview.appspot.com/10836261/diff/6001/lib/compiler/implementation/dart_backend/placeholder.dart#newcode1 lib/compiler/implementation/dart_backend/placeholder.dart:1: // Copyright (c) 2012, the Dart project authors. Please ...
8 years, 4 months ago (2012-08-15 13:59:14 UTC) #6
Anton Muhin
8 years, 4 months ago (2012-08-15 13:59:55 UTC) #7
lgtm!

Powered by Google App Engine
This is Rietveld 408576698