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

Issue 669133003: De-virtualize snapshot sink. (Closed)

Created:
6 years, 2 months ago by Yang
Modified:
6 years, 2 months ago
Reviewers:
vogelheim
CC:
v8-dev
Project:
v8
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -126 lines) Patch
M src/flag-definitions.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/mksnapshot.cc View 4 chunks +9 lines, -11 lines 0 comments Download
M src/serialize.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/serialize.cc View 1 16 chunks +18 lines, -22 lines 0 comments Download
M src/snapshot-source-sink.h View 1 1 chunk +12 lines, -38 lines 0 comments Download
M src/snapshot-source-sink.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M test/cctest/test-serialize.cc View 4 chunks +41 lines, -47 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Yang
6 years, 2 months ago (2014-10-22 14:36:31 UTC) #1
vogelheim
lgtm https://codereview.chromium.org/669133003/diff/1/src/snapshot-source-sink.h File src/snapshot-source-sink.h (right): https://codereview.chromium.org/669133003/diff/1/src/snapshot-source-sink.h#newcode74 src/snapshot-source-sink.h:74: explicit SnapshotByteSink(int initial_size) : data_(initial_size) {} super nitpick: ...
6 years, 2 months ago (2014-10-22 15:02:53 UTC) #2
Yang
https://codereview.chromium.org/669133003/diff/1/src/snapshot-source-sink.h File src/snapshot-source-sink.h (right): https://codereview.chromium.org/669133003/diff/1/src/snapshot-source-sink.h#newcode74 src/snapshot-source-sink.h:74: explicit SnapshotByteSink(int initial_size) : data_(initial_size) {} On 2014/10/22 15:02:53, ...
6 years, 2 months ago (2014-10-23 09:35:50 UTC) #3
Yang
6 years, 2 months ago (2014-10-23 11:24:09 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 24836 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698