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

Issue 1609983002: Precompilation: drop Field objects unless they are an entry point or referenced from a constant poo… (Closed)

Created:
4 years, 11 months ago by rmacnak
Modified:
4 years, 11 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: drop Field objects unless they are an entry point or referenced from a constant pool. Don't record stores when deserializing message snapshots when field guards aren't enabled. precompiled dart2js x64 23232236 -> 23068873 (-0.70%) R=fschneider@google.com Committed: https://github.com/dart-lang/sdk/commit/bbee77d59127263f84b81837ff79edd2200be881

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+108 lines, -17 lines) Patch
M runtime/vm/precompiler.h View 1 3 chunks +26 lines, -0 lines 0 comments Download
M runtime/vm/precompiler.cc View 1 2 11 chunks +77 lines, -16 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 2 chunks +5 lines, -1 line 0 comments Download

Messages

Total messages: 7 (3 generated)
rmacnak
4 years, 11 months ago (2016-01-20 01:54:14 UTC) #3
Florian Schneider
lgtm https://codereview.chromium.org/1609983002/diff/20001/runtime/vm/precompiler.cc File runtime/vm/precompiler.cc (right): https://codereview.chromium.org/1609983002/diff/20001/runtime/vm/precompiler.cc#newcode991 runtime/vm/precompiler.cc:991: if (fields.Length() > 0) { s/fields/retained_fields/ https://codereview.chromium.org/1609983002/diff/20001/runtime/vm/precompiler.cc#newcode992 runtime/vm/precompiler.cc:992: ...
4 years, 11 months ago (2016-01-20 16:43:51 UTC) #4
rmacnak
https://codereview.chromium.org/1609983002/diff/20001/runtime/vm/precompiler.cc File runtime/vm/precompiler.cc (right): https://codereview.chromium.org/1609983002/diff/20001/runtime/vm/precompiler.cc#newcode991 runtime/vm/precompiler.cc:991: if (fields.Length() > 0) { On 2016/01/20 16:43:51, Florian ...
4 years, 11 months ago (2016-01-20 18:41:57 UTC) #5
rmacnak
4 years, 11 months ago (2016-01-20 18:44:03 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
bbee77d59127263f84b81837ff79edd2200be881 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698