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 1930263002: Don't include dependent code arrays in snapshots. (Closed)

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

Don't include dependent code arrays in snapshots. Full snapshots never include code that can deopt. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/19956515597c91c543fa1b1f0684218b1d8a2415

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -24 lines) Patch
M runtime/vm/object.h View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M runtime/vm/object.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M runtime/vm/raw_object.h View 3 chunks +19 lines, -6 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 8 chunks +15 lines, -12 lines 0 comments Download

Messages

Total messages: 7 (3 generated)
rmacnak
4 years, 7 months ago (2016-04-29 00:35:56 UTC) #3
siva
LGTM with one comment regarding name of accessors. https://chromiumcodereview.appspot.com/1930263002/diff/20001/runtime/vm/object.h File runtime/vm/object.h (right): https://chromiumcodereview.appspot.com/1930263002/diff/20001/runtime/vm/object.h#newcode1389 runtime/vm/object.h:1389: RawArray* ...
4 years, 7 months ago (2016-04-29 21:04:24 UTC) #4
rmacnak
https://codereview.chromium.org/1930263002/diff/20001/runtime/vm/object.h File runtime/vm/object.h (right): https://codereview.chromium.org/1930263002/diff/20001/runtime/vm/object.h#newcode1389 runtime/vm/object.h:1389: RawArray* cha_codes() const { return raw_ptr()->dependent_code_; } On 2016/04/29 ...
4 years, 7 months ago (2016-04-29 21:47:49 UTC) #5
rmacnak
4 years, 7 months ago (2016-04-29 21:48:18 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
19956515597c91c543fa1b1f0684218b1d8a2415 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698