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

Issue 506753003: Add a version number for full and script snapshots. (Closed)

Created:
6 years, 4 months ago by siva
Modified:
6 years, 3 months ago
Reviewers:
Ivan Posva
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Landing change from Zach for adding snapshot version numbers. (Add a version number for full and script snapshots. Currently the VM version string is used for versioning. This can potentially be improved to use a version string that tracks the format of the internal VM structures.) Committed: https://code.google.com/p/dart/source/detail?r=39612

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 6

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+109 lines, -74 lines) Patch
M runtime/vm/dart.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M runtime/vm/dart_api_impl.cc View 1 2 3 4 1 chunk +3 lines, -4 lines 0 comments Download
M runtime/vm/snapshot.h View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M runtime/vm/snapshot.cc View 1 2 3 4 5 chunks +98 lines, -23 lines 0 comments Download
D tests/standalone/issue14236_source.dart View 1 chunk +0 lines, -45 lines 0 comments Download
D tests/standalone/issue14236_test.dart View Binary file 0 comments Download

Messages

Total messages: 6 (0 generated)
siva
asiva@google.com changed reviewers: + iposva@google.com
6 years, 4 months ago (2014-08-25 23:26:38 UTC) #1
siva
6 years, 4 months ago (2014-08-25 23:26:38 UTC) #2
Ivan Posva
LTGMwC -Ivan https://codereview.chromium.org/506753003/diff/60001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/506753003/diff/60001/runtime/vm/dart_api_impl.cc#newcode4887 runtime/vm/dart_api_impl.cc:4887: ASSERT(tmp.IsError()); If this is an error we ...
6 years, 3 months ago (2014-08-26 23:52:43 UTC) #3
siva
https://codereview.chromium.org/506753003/diff/60001/runtime/vm/dart_api_impl.cc File runtime/vm/dart_api_impl.cc (right): https://codereview.chromium.org/506753003/diff/60001/runtime/vm/dart_api_impl.cc#newcode4887 runtime/vm/dart_api_impl.cc:4887: ASSERT(tmp.IsError()); On 2014/08/26 23:52:42, Ivan Posva wrote: > If ...
6 years, 3 months ago (2014-08-27 18:25:08 UTC) #4
Jason Robbins -- corp
On 2014/08/26 23:52:43, Ivan Posva wrote: > LTGMwC These don't count any more. You need ...
6 years, 3 months ago (2014-08-27 18:26:11 UTC) #5
siva
6 years, 3 months ago (2014-08-27 18:27:56 UTC) #6
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as r39612 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698