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

Issue 1643023003: Precompilation: when removing top-level fields and functions, also remove them from the library dic… (Closed)

Created:
4 years, 10 months ago by rmacnak
Modified:
4 years, 10 months ago
Reviewers:
Florian Schneider
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

Precompilation: when removing top-level fields and functions, also remove them from the library dictionary. precompiled dart2js x64 21545468 -> 21521876 (-0.11%) R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/af10c8ceb74f86a445f45a160dbf2cec229a53f1

Patch Set 1 #

Patch Set 2 : #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+90 lines, -16 lines) Patch
M runtime/vm/compiler.cc View 1 1 chunk +5 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 chunks +9 lines, -6 lines 0 comments Download
M runtime/vm/object.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 chunks +47 lines, -1 line 2 comments Download
M runtime/vm/precompiler.h View 1 chunk +3 lines, -2 lines 0 comments Download
M runtime/vm/precompiler.cc View 9 chunks +25 lines, -6 lines 6 comments Download

Messages

Total messages: 7 (3 generated)
rmacnak
4 years, 10 months ago (2016-02-02 20:27:02 UTC) #3
Florian Schneider
lgtm https://codereview.chromium.org/1643023003/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1643023003/diff/20001/runtime/vm/object.cc#newcode9723 runtime/vm/object.cc:9723: HashTables::New<ResolvedNamesMap>(0)); Can you use InvalidateResolvedNamesCache? Or use a ...
4 years, 10 months ago (2016-02-02 21:30:20 UTC) #4
rmacnak
https://codereview.chromium.org/1643023003/diff/20001/runtime/vm/object.cc File runtime/vm/object.cc (right): https://codereview.chromium.org/1643023003/diff/20001/runtime/vm/object.cc#newcode9723 runtime/vm/object.cc:9723: HashTables::New<ResolvedNamesMap>(0)); On 2016/02/02 21:30:19, Florian Schneider wrote: > Can ...
4 years, 10 months ago (2016-02-03 01:43:40 UTC) #5
rmacnak
4 years, 10 months ago (2016-02-03 21:11:53 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
af10c8ceb74f86a445f45a160dbf2cec229a53f1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698