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

Issue 707793002: Use field names that are unique only wrt. the inheritance chain in minified mode. (Closed)

Created:
6 years, 1 month ago by herhut
Modified:
6 years ago
Reviewers:
floitsch, sra1
CC:
reviews_dartlang.org, floitsch
Visibility:
Public.

Description

Use field names that are unique only wrt. the inheritance chain in minified mode. R=floitsch@google.com, sra@google.com BUG= http://dartbug.com/21510 Committed: https://code.google.com/p/dart/source/detail?r=41986

Patch Set 1 : #

Total comments: 12

Patch Set 2 : Reworked naming scheme and added test. #

Total comments: 26

Patch Set 3 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+431 lines, -29 lines) Patch
M pkg/compiler/lib/src/js_backend/minify_namer.dart View 1 2 4 chunks +239 lines, -29 lines 0 comments Download
A tests/compiler/dart2js_extra/many_fields_test.dart View 1 1 chunk +192 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
herhut
6 years, 1 month ago (2014-11-06 10:20:40 UTC) #1
floitsch
LGTM with comments. * Tests. At least add: - a class that needs 2-character names. ...
6 years, 1 month ago (2014-11-06 14:05:41 UTC) #4
herhut
PTAL https://codereview.chromium.org/707793002/diff/20001/pkg/compiler/lib/src/js_backend/minify_namer.dart File pkg/compiler/lib/src/js_backend/minify_namer.dart (right): https://codereview.chromium.org/707793002/diff/20001/pkg/compiler/lib/src/js_backend/minify_namer.dart#newcode237 pkg/compiler/lib/src/js_backend/minify_namer.dart:237: return super.instanceFieldPropertyName(element); On 2014/11/06 14:05:41, floitsch wrote: > ...
6 years, 1 month ago (2014-11-14 10:40:06 UTC) #6
floitsch
LGTM. https://codereview.chromium.org/707793002/diff/60001/pkg/compiler/lib/src/js_backend/minify_namer.dart File pkg/compiler/lib/src/js_backend/minify_namer.dart (right): https://codereview.chromium.org/707793002/diff/60001/pkg/compiler/lib/src/js_backend/minify_namer.dart#newcode274 pkg/compiler/lib/src/js_backend/minify_namer.dart:274: // Try reuse short reserved names (which are ...
6 years, 1 month ago (2014-11-19 13:04:27 UTC) #7
herhut
https://codereview.chromium.org/707793002/diff/60001/pkg/compiler/lib/src/js_backend/minify_namer.dart File pkg/compiler/lib/src/js_backend/minify_namer.dart (right): https://codereview.chromium.org/707793002/diff/60001/pkg/compiler/lib/src/js_backend/minify_namer.dart#newcode274 pkg/compiler/lib/src/js_backend/minify_namer.dart:274: // Try reuse short reserved names (which are safe ...
6 years, 1 month ago (2014-11-20 10:36:38 UTC) #8
herhut
6 years ago (2014-11-26 10:28:02 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:80001) manually as 41986 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698