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

Issue 2203843003: Tree-shaker: Use insertion in the work queue instead of "was compiled" as the criterion to retain a… (Closed)

Created:
4 years, 4 months ago by rmacnak
Modified:
4 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Tree-shaker: Use insertion in the work queue instead of "was compiled" as the criterion to retain a function. Allows dropping const constructors never used as non-const constructors nor roots. R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/908309fe6d239f80711ca4329367974c0265e52f

Patch Set 1 #

Patch Set 2 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -5 lines) Patch
M runtime/vm/precompiler.cc View 1 4 chunks +3 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
rmacnak
rmacnak@prometheus:~/dart2/sdk$ cat a.dart class FFFF { final int val; const FFFF(this.val); static final FFFF theFFFF ...
4 years, 4 months ago (2016-08-02 18:01:12 UTC) #2
rmacnak
Removed some now-redundant AddTypesOf(function)
4 years, 4 months ago (2016-08-02 21:41:31 UTC) #3
Florian Schneider
LGTM
4 years, 4 months ago (2016-08-02 21:43:15 UTC) #4
rmacnak
4 years, 4 months ago (2016-08-02 23:31:03 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
908309fe6d239f80711ca4329367974c0265e52f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698