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

Issue 1918313003: Split Snapshot::kFull into kCore, kAppWithJIT, and kAppNoJIT. Remove snapshot_code flag. (Closed)

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

Split Snapshot::kFull into kCore, kAppWithJIT, and kAppNoJIT. Remove snapshot_code flag. R=asiva@google.com Committed: https://github.com/dart-lang/sdk/commit/f55c9c54a8821d9a421a64810e770beb491f754d

Patch Set 1 #

Patch Set 2 : #

Total comments: 10

Patch Set 3 : #

Patch Set 4 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+308 lines, -262 lines) Patch
M runtime/vm/benchmark_test.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M runtime/vm/dart.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M runtime/vm/object_store.h View 1 2 2 chunks +14 lines, -3 lines 0 comments Download
M runtime/vm/raw_object.h View 1 2 4 chunks +56 lines, -15 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 86 chunks +121 lines, -136 lines 0 comments Download
M runtime/vm/snapshot.h View 1 2 13 chunks +30 lines, -17 lines 0 comments Download
M runtime/vm/snapshot.cc View 56 chunks +67 lines, -72 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 3 chunks +6 lines, -7 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
rmacnak
4 years, 8 months ago (2016-04-26 17:28:05 UTC) #2
siva
lgtm https://codereview.chromium.org/1918313003/diff/20001/runtime/vm/object_store.h File runtime/vm/object_store.h (right): https://codereview.chromium.org/1918313003/diff/20001/runtime/vm/object_store.h#newcode582 runtime/vm/object_store.h:582: return reinterpret_cast<RawObject**>(&megamorphic_miss_function_); return to(); https://codereview.chromium.org/1918313003/diff/20001/runtime/vm/raw_object_snapshot.cc File runtime/vm/raw_object_snapshot.cc (right): ...
4 years, 8 months ago (2016-04-26 22:27:48 UTC) #3
siva
lgtm
4 years, 8 months ago (2016-04-26 22:27:49 UTC) #4
rmacnak
https://codereview.chromium.org/1918313003/diff/20001/runtime/vm/object_store.h File runtime/vm/object_store.h (right): https://codereview.chromium.org/1918313003/diff/20001/runtime/vm/object_store.h#newcode582 runtime/vm/object_store.h:582: return reinterpret_cast<RawObject**>(&megamorphic_miss_function_); On 2016/04/26 22:27:47, siva wrote: > return ...
4 years, 8 months ago (2016-04-26 23:38:23 UTC) #5
rmacnak
4 years, 8 months ago (2016-04-27 00:03:28 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
f55c9c54a8821d9a421a64810e770beb491f754d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698