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

Issue 10905019: Separate Dart backend specific logic from basic Unparser. (Closed)

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

Description

Separate Dart backend specific logic from basic Unparser. That enables further optimisation for minification. For example, we can omit as clauses in dart2dart while still keeping them in basic unparser which should be as close to original program as possible. R=smok@google.com

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -35 lines) Patch
M lib/compiler/implementation/dart_backend/backend.dart View 1 chunk +1 line, -2 lines 0 comments Download
M lib/compiler/implementation/dart_backend/emitter.dart View 1 chunk +24 lines, -1 line 1 comment Download
M lib/compiler/implementation/tree/unparser.dart View 3 chunks +10 lines, -32 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Anton Muhin
8 years, 3 months ago (2012-08-30 15:49:47 UTC) #1
Roman
lgtm https://chromiumcodereview.appspot.com/10905019/diff/1/lib/compiler/implementation/dart_backend/emitter.dart File lib/compiler/implementation/dart_backend/emitter.dart (right): https://chromiumcodereview.appspot.com/10905019/diff/1/lib/compiler/implementation/dart_backend/emitter.dart#newcode19 lib/compiler/implementation/dart_backend/emitter.dart:19: // TODO(smok): Remove ugly hack for library preferences. ...
8 years, 2 months ago (2012-10-01 14:10:34 UTC) #2
Roman
8 years, 2 months ago (2012-10-03 15:21:23 UTC) #3
Is this issue obsolete?

Powered by Google App Engine
This is Rietveld 408576698