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

Issue 11492006: Minify methods, classes and fields. (Closed)

Created:
8 years ago by erikcorry
Modified:
8 years ago
Reviewers:
kasperl
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Minify methods, classes and fields. R=kasperl@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=15900

Patch Set 1 #

Patch Set 2 : Responses to Nicolas' late comments and restore missing '!' from last commit. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+445 lines, -204 lines) Patch
M sdk/lib/_internal/compiler/implementation/js/printer.dart View 9 chunks +13 lines, -13 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 2 chunks +8 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/constant_emitter.dart View 2 chunks +4 lines, -4 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 25 chunks +84 lines, -94 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/emitter_no_eval.dart View 3 chunks +3 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/js_backend.dart View 1 chunk +1 line, -0 lines 0 comments Download
A sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart View 1 chunk +108 lines, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/namer.dart View 1 12 chunks +173 lines, -70 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/native_emitter.dart View 1 chunk +2 lines, -2 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/lib/native_helper.dart View 1 4 chunks +41 lines, -6 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/native_handler.dart View 1 chunk +3 lines, -3 lines 0 comments Download
M tests/compiler/dart2js_extra/dart2js_extra.status View 1 chunk +3 lines, -0 lines 0 comments Download
A + tests/compiler/dart2js_native/native_class_fields_test.dart View 2 chunks +1 line, -5 lines 0 comments Download
M tests/compiler/dart2js_native/native_field_name_test.dart View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
erikcorry
8 years ago (2012-12-10 12:35:37 UTC) #1
kasperl
8 years ago (2012-12-10 12:50:13 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698