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

Issue 1414083004: Output precompiled snapshot size. (Closed)

Created:
5 years, 1 month ago by rmacnak
Modified:
5 years, 1 month ago
Reviewers:
Florian Schneider
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

Patch Set 1 #

Total comments: 2

Patch Set 2 : \ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -1 line) Patch
M runtime/vm/snapshot.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M runtime/vm/snapshot.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
rmacnak
5 years, 1 month ago (2015-11-04 22:42:57 UTC) #2
Florian Schneider
lgtm https://codereview.chromium.org/1414083004/diff/1/runtime/vm/snapshot.h File runtime/vm/snapshot.h (right): https://codereview.chromium.org/1414083004/diff/1/runtime/vm/snapshot.h#newcode854 runtime/vm/snapshot.h:854: binary_size_ += sizeof(uword); s/sizeof(uword)/sizeof(value)/
5 years, 1 month ago (2015-11-04 22:56:47 UTC) #3
rmacnak
Committed patchset #2 (id:20001) manually as 862307ccacac1bdb5d6c6fd16303172d36667e6f (presubmit successful).
5 years, 1 month ago (2015-11-04 23:13:20 UTC) #4
rmacnak
5 years, 1 month ago (2015-11-04 23:14:11 UTC) #5
Message was sent while issue was closed.
https://codereview.chromium.org/1414083004/diff/1/runtime/vm/snapshot.h
File runtime/vm/snapshot.h (right):

https://codereview.chromium.org/1414083004/diff/1/runtime/vm/snapshot.h#newco...
runtime/vm/snapshot.h:854: binary_size_ += sizeof(uword);
On 2015/11/04 22:56:47, Florian Schneider wrote:
> s/sizeof(uword)/sizeof(value)/

Done.

Powered by Google App Engine
This is Rietveld 408576698