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

Issue 671633004: Make block writes in the serializer more efficient. (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

Make block writes in the serializer more efficient. And also fix a OOB read in SerializeExternalString. R=vogelheim@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24858

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -21 lines) Patch
M src/serialize.cc View 3 chunks +23 lines, -17 lines 2 comments Download
M src/snapshot-source-sink.cc View 1 chunk +1 line, -3 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 chunk +1 line, -1 line 2 comments Download

Messages

Total messages: 6 (0 generated)
Yang
6 years, 2 months ago (2014-10-23 15:42:57 UTC) #1
Yang
note to self. use Lis::Resize and memcpy instead of List::AddAll
6 years, 2 months ago (2014-10-23 15:51:40 UTC) #2
vogelheim
On 2014/10/23 15:51:40, Yang wrote: > note to self. use Lis::Resize and memcpy instead of ...
6 years, 2 months ago (2014-10-23 16:48:32 UTC) #3
vogelheim
lgtm https://codereview.chromium.org/671633004/diff/1/src/serialize.cc File src/serialize.cc (right): https://codereview.chromium.org/671633004/diff/1/src/serialize.cc#newcode1635 src/serialize.cc:1635: for (int i = 0; i < padding_size; ...
6 years, 2 months ago (2014-10-23 16:48:45 UTC) #4
Yang
https://codereview.chromium.org/671633004/diff/1/src/serialize.cc File src/serialize.cc (right): https://codereview.chromium.org/671633004/diff/1/src/serialize.cc#newcode1635 src/serialize.cc:1635: for (int i = 0; i < padding_size; i++) ...
6 years, 2 months ago (2014-10-24 07:14:24 UTC) #5
Yang
6 years, 2 months ago (2014-10-24 07:29:48 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as 24858 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698