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

Issue 10901002: Hook up the --minify option in dart2js and use it to get rid of unnecessary whitespace inside funct… (Closed)

Created:
8 years, 3 months ago by kasperl
Modified:
8 years, 3 months ago
CC:
reviews_dartlang.org, compiler-dev_dartlang.org
Visibility:
Public.

Description

Hook up the --minify option in dart2js and use it to get rid of unnecessary whitespace inside function bodies. R=floitsch@google.com,ahe@google.com,antonm@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=11517

Patch Set 1 #

Total comments: 1

Patch Set 2 : Address review comments. #

Patch Set 3 : Merge. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -18 lines) Patch
M lib/compiler/implementation/apiimpl.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/compiler/implementation/compiler.dart View 3 chunks +4 lines, -2 lines 0 comments Download
M lib/compiler/implementation/dart2js.dart View 1 chunk +3 lines, -0 lines 0 comments Download
M lib/compiler/implementation/dart_backend/backend.dart View 1 2 2 chunks +3 lines, -4 lines 0 comments Download
M lib/compiler/implementation/dart_backend/renamer.dart View 1 2 2 chunks +6 lines, -7 lines 0 comments Download
M lib/compiler/implementation/js/printer.dart View 2 chunks +3 lines, -2 lines 0 comments Download
M lib/compiler/implementation/js_backend/backend.dart View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M lib/compiler/implementation/ssa/codegen.dart View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
kasperl
I think we need to chat about how we want to go about testing the ...
8 years, 3 months ago (2012-08-29 10:23:59 UTC) #1
Anton Muhin
LGTM w/ comment addressed. As of now dart2dart does two runs on bbs: first w/o ...
8 years, 3 months ago (2012-08-29 10:29:16 UTC) #2
floitsch
LGTM.
8 years, 3 months ago (2012-08-29 10:30:38 UTC) #3
ahe
The changes as such, LGTM. The option name and its documentation should be improved. I ...
8 years, 3 months ago (2012-08-29 10:48:05 UTC) #4
kasperl
Anton, I've tried to address your concerns. PTAL. Adding Kathy as a reviewer (thanks Peter) ...
8 years, 3 months ago (2012-08-29 11:22:53 UTC) #5
Kathy Walrath
lgtm I only looked at the strings in lib/compiler/implementation/dart2js.dart.
8 years, 3 months ago (2012-08-29 12:27:51 UTC) #6
Anton Muhin
8 years, 3 months ago (2012-08-29 13:20:48 UTC) #7
Thanks a lot, Kasper

Powered by Google App Engine
This is Rietveld 408576698