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

Issue 522893002: Change snapshot versioning code to use plain strings instead of Dart strings (Closed)

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

Description

Change snapshot versioning code to use plain strings instead of Dart strings - This ensures that the versioning itself is not dependent on the Dart object layout - It should also fix the strange performance regression we noticed in tracer because of the allocation of an initial version string in the old space. R=srdjan@google.com Committed: https://code.google.com/p/dart/source/detail?r=39708

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+74 lines, -38 lines) Patch
M runtime/vm/datastream.h View 1 chunk +5 lines, -0 lines 0 comments Download
M runtime/vm/snapshot.h View 3 chunks +10 lines, -0 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 2 6 chunks +59 lines, -38 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
siva
6 years, 3 months ago (2014-08-29 18:53:55 UTC) #2
srdjan
lgtm https://codereview.chromium.org/522893002/diff/20001/runtime/vm/snapshot.cc File runtime/vm/snapshot.cc (right): https://codereview.chromium.org/522893002/diff/20001/runtime/vm/snapshot.cc#newcode482 runtime/vm/snapshot.cc:482: // NB: New things are allocated only if ...
6 years, 3 months ago (2014-08-29 20:00:24 UTC) #3
siva
https://codereview.chromium.org/522893002/diff/20001/runtime/vm/snapshot.cc File runtime/vm/snapshot.cc (right): https://codereview.chromium.org/522893002/diff/20001/runtime/vm/snapshot.cc#newcode482 runtime/vm/snapshot.cc:482: // NB: New things are allocated only if we're ...
6 years, 3 months ago (2014-08-29 20:29:05 UTC) #4
siva
6 years, 3 months ago (2014-08-29 20:39:25 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as r39708 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698