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

Issue 349293002: Omits size bits when writing RawObject tags to a snapshot. (Closed)

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

Description

Omits size bits when writing RawObject tags to a snapshot. Makes snapshot ~30KB smaller. R=asiva@google.com Committed: https://code.google.com/p/dart/source/detail?r=37626

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -51 lines) Patch
M runtime/vm/dart_api_message.cc View 10 chunks +10 lines, -10 lines 0 comments Download
M runtime/vm/raw_object_snapshot.cc View 36 chunks +36 lines, -36 lines 0 comments Download
M runtime/vm/snapshot.h View 1 2 chunks +11 lines, -0 lines 0 comments Download
M runtime/vm/snapshot.cc View 1 2 9 chunks +9 lines, -5 lines 0 comments Download
M tests/standalone/issue14236_test.dart View 1 Binary file 0 comments Download

Messages

Total messages: 5 (0 generated)
zra
6 years, 6 months ago (2014-06-23 17:18:02 UTC) #1
zra
PTAL By also leaving out the class id from the tags, the snapshot size is ...
6 years, 6 months ago (2014-06-23 20:04:12 UTC) #2
siva
lgtm https://codereview.chromium.org/349293002/diff/20001/runtime/vm/snapshot.cc File runtime/vm/snapshot.cc (right): https://codereview.chromium.org/349293002/diff/20001/runtime/vm/snapshot.cc#newcode306 runtime/vm/snapshot.cc:306: tags = RawObject::ClassIdTag::update(class_id, tags); Is it necessary to ...
6 years, 6 months ago (2014-06-23 21:45:53 UTC) #3
zra
https://codereview.chromium.org/349293002/diff/20001/runtime/vm/snapshot.cc File runtime/vm/snapshot.cc (right): https://codereview.chromium.org/349293002/diff/20001/runtime/vm/snapshot.cc#newcode306 runtime/vm/snapshot.cc:306: tags = RawObject::ClassIdTag::update(class_id, tags); On 2014/06/23 21:45:53, siva wrote: ...
6 years, 6 months ago (2014-06-23 22:17:51 UTC) #4
zra
6 years, 6 months ago (2014-06-23 22:18:39 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r37626 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698