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

Issue 1290933002: Toward precompiled snapshots. (Closed)

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

Description

Patch Set 1 #

Patch Set 2 : #

Total comments: 21

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+451 lines, -72 lines) Patch
M runtime/vm/benchmark_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M runtime/vm/object.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/object.cc View 1 2 4 chunks +27 lines, -6 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 1 2 17 chunks +279 lines, -33 lines 0 comments Download
M runtime/vm/snapshot.h View 13 chunks +53 lines, -17 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 2 16 chunks +76 lines, -10 lines 0 comments Download
M runtime/vm/snapshot_ids.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/snapshot_test.cc View 1 2 3 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
rmacnak
https://codereview.chromium.org/1290933002/diff/20001/runtime/vm/snapshot_ids.h File runtime/vm/snapshot_ids.h (right): https://codereview.chromium.org/1290933002/diff/20001/runtime/vm/snapshot_ids.h#newcode16 runtime/vm/snapshot_ids.h:16: kTransitionSentinelObject, Referenced from field initializer functions.
5 years, 4 months ago (2015-08-13 00:56:22 UTC) #2
Florian Schneider
lgtm lgtm. https://codereview.chromium.org/1290933002/diff/20001/runtime/vm/raw_object_snapshot.cc File runtime/vm/raw_object_snapshot.cc (right): https://codereview.chromium.org/1290933002/diff/20001/runtime/vm/raw_object_snapshot.cc#newcode698 runtime/vm/raw_object_snapshot.cc:698: intptr_t num_flds = to - func.raw()->from(); This ...
5 years, 4 months ago (2015-08-18 11:54:14 UTC) #3
siva
lgtm with a few comments. https://codereview.chromium.org/1290933002/diff/20001/runtime/vm/raw_object_snapshot.cc File runtime/vm/raw_object_snapshot.cc (right): https://codereview.chromium.org/1290933002/diff/20001/runtime/vm/raw_object_snapshot.cc#newcode696 runtime/vm/raw_object_snapshot.cc:696: RawObject** to = reader->snapshot_code() ...
5 years, 4 months ago (2015-08-19 19:40:03 UTC) #4
rmacnak
https://codereview.chromium.org/1290933002/diff/20001/runtime/vm/raw_object_snapshot.cc File runtime/vm/raw_object_snapshot.cc (right): https://codereview.chromium.org/1290933002/diff/20001/runtime/vm/raw_object_snapshot.cc#newcode696 runtime/vm/raw_object_snapshot.cc:696: RawObject** to = reader->snapshot_code() ? func.raw()->to() On 2015/08/19 19:40:03, ...
5 years, 4 months ago (2015-08-19 22:33:54 UTC) #5
rmacnak
5 years, 4 months ago (2015-08-19 22:34:22 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
7055e4862bf8ff78ddf060efbccba89aface8fad (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698