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

Issue 22301009: Retain fewer names for reflection. (Closed)

Created:
7 years, 4 months ago by ahe
Modified:
7 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments #

Patch Set 3 : Rebased #

Patch Set 4 : Make sure that receiver-less symbols are retained when there is insufficient @MirrorsUsed. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -14 lines) Patch
M dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart View 1 2 3 5 chunks +38 lines, -8 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/js_backend/emitter.dart View 1 5 chunks +23 lines, -5 lines 0 comments Download
M dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart View 1 2 3 1 chunk +1 line, -1 line 2 comments Download
M dart/tests/compiler/dart2js/mirrors_used_test.dart View 1 chunk +13 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ahe
7 years, 4 months ago (2013-08-06 21:11:49 UTC) #1
Johnni Winther
lgtm https://codereview.chromium.org/22301009/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (right): https://codereview.chromium.org/22301009/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart#newcode1405 dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart:1405: bool retainGetter(Element element) => isNeededForReflection(element); Rename these three ...
7 years, 4 months ago (2013-08-07 10:47:34 UTC) #2
ahe
Thank you, Johnni! https://codereview.chromium.org/22301009/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart File dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart (right): https://codereview.chromium.org/22301009/diff/1/dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart#newcode1405 dart/sdk/lib/_internal/compiler/implementation/js_backend/backend.dart:1405: bool retainGetter(Element element) => isNeededForReflection(element); On ...
7 years, 4 months ago (2013-08-07 14:03:17 UTC) #3
karlklose
Delta to patchset 3 LGTM. https://codereview.chromium.org/22301009/diff/11004/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart File dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart (right): https://codereview.chromium.org/22301009/diff/11004/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart#newcode189 dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart:189: if (librariesWithoutUsage.isEmpty) { Could ...
7 years, 4 months ago (2013-08-07 15:31:20 UTC) #4
ahe
Thank you, Karl! https://codereview.chromium.org/22301009/diff/11004/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart File dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart (right): https://codereview.chromium.org/22301009/diff/11004/dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart#newcode189 dart/sdk/lib/_internal/compiler/implementation/mirrors_used.dart:189: if (librariesWithoutUsage.isEmpty) { On 2013/08/07 15:31:20, ...
7 years, 4 months ago (2013-08-07 15:44:17 UTC) #5
ahe
7 years, 4 months ago (2013-08-07 15:44:44 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r25878 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698