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

Issue 208043003: Rename [call$...] properties to [$...] in compiled code. (Closed)

Created:
6 years, 9 months ago by herhut
Modified:
6 years, 8 months ago
Reviewers:
karlklose, floitsch
CC:
reviews_dartlang.org, floitsch
Visibility:
Public.

Description

Patch Set 1 : #

Patch Set 2 : only replace call in minified code #

Patch Set 3 : tests now test minified and non minified code #

Patch Set 4 : fixed mirror handling #

Total comments: 1

Patch Set 5 : floitsch's comments #

Patch Set 6 : found another use of call #

Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -27 lines) Patch
M sdk/lib/_internal/compiler/implementation/js_backend/minify_namer.dart View 1 1 chunk +1 line, -0 lines 0 comments Download
M sdk/lib/_internal/compiler/implementation/js_backend/namer.dart View 1 5 chunks +19 lines, -8 lines 0 comments Download
M sdk/lib/_internal/lib/js_helper.dart View 1 2 3 4 5 2 chunks +3 lines, -2 lines 0 comments Download
M sdk/lib/_internal/lib/js_mirrors.dart View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M tests/compiler/dart2js/closure_codegen_test.dart View 1 2 1 chunk +17 lines, -14 lines 0 comments Download
M tests/compiler/dart2js/compiler_helper.dart View 1 2 3 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
herhut
This simply renames call$<n> to just $<n> for closure invocations. We do not currently minify ...
6 years, 9 months ago (2014-03-21 13:33:59 UTC) #1
karlklose
LGTM.
6 years, 9 months ago (2014-03-21 13:58:13 UTC) #2
herhut
Committed patchset #3 manually as r34294 (presubmit successful).
6 years, 9 months ago (2014-03-24 09:07:05 UTC) #3
floitsch
LGTM.
6 years, 9 months ago (2014-03-24 09:18:16 UTC) #4
herhut
On 2014/03/24 09:18:16, floitsch wrote: > LGTM. Reverted in https://codereview.chromium.org/209383005/
6 years, 9 months ago (2014-03-24 11:27:48 UTC) #5
herhut
The name 'call' was also hardcoded in js_mirrors.dart. This patch addresses that.
6 years, 9 months ago (2014-03-24 11:31:45 UTC) #6
karlklose
LGTM.
6 years, 9 months ago (2014-03-24 11:57:10 UTC) #7
floitsch
LGTM. https://codereview.chromium.org/208043003/diff/80001/sdk/lib/_internal/lib/js_mirrors.dart File sdk/lib/_internal/lib/js_mirrors.dart (right): https://codereview.chromium.org/208043003/diff/80001/sdk/lib/_internal/lib/js_mirrors.dart#newcode2048 sdk/lib/_internal/lib/js_mirrors.dart:2048: var extractCallName = JS('', r''' You could incorporate ...
6 years, 9 months ago (2014-03-24 11:58:32 UTC) #8
herhut
Committed patchset #5 manually as r34301 (presubmit successful).
6 years, 9 months ago (2014-03-24 12:38:12 UTC) #9
herhut
Another iteration of this patch. This time, I really hope I found all hardcoded uses ...
6 years, 8 months ago (2014-04-02 07:59:59 UTC) #10
floitsch
Still LGTM.
6 years, 8 months ago (2014-04-02 08:06:16 UTC) #11
karlklose
On 2014/04/02 08:06:16, floitsch wrote: > Still LGTM. SLGTM.
6 years, 8 months ago (2014-04-02 08:08:12 UTC) #12
herhut
6 years, 8 months ago (2014-04-02 08:23:07 UTC) #13
Message was sent while issue was closed.
Committed patchset #6 manually as r34640 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698