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

Issue 581223004: Support large objects in the serializer/deserializer. (Closed)

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

Description

Support large objects in the serializer/deserializer. R=hpayer@chromium.org, mvstanton@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=24204

Patch Set 1 #

Total comments: 1

Patch Set 2 : comment #

Total comments: 2

Patch Set 3 : address comments #

Total comments: 2

Patch Set 4 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+299 lines, -107 lines) Patch
M src/heap/heap.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/heap/heap.cc View 1 2 3 2 chunks +22 lines, -15 lines 0 comments Download
M src/heap/spaces.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 1 chunk +1 line, -3 lines 0 comments Download
M src/mksnapshot.cc View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M src/serialize.h View 1 2 10 chunks +22 lines, -19 lines 0 comments Download
M src/serialize.cc View 1 2 3 13 chunks +85 lines, -31 lines 0 comments Download
M src/snapshot.h View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M src/snapshot-common.cc View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
M src/snapshot-empty.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M src/snapshot-external.cc View 1 2 5 chunks +5 lines, -0 lines 0 comments Download
M src/snapshot-source-sink.h View 1 chunk +1 line, -1 line 0 comments Download
M src/snapshot-source-sink.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M test/cctest/test-serialize.cc View 1 2 3 12 chunks +144 lines, -29 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Yang
6 years, 3 months ago (2014-09-19 10:40:51 UTC) #1
mvstanton
LGTM, one nit. https://codereview.chromium.org/581223004/diff/1/src/serialize.h File src/serialize.h (right): https://codereview.chromium.org/581223004/diff/1/src/serialize.h#newcode529 src/serialize.h:529: int seen_large_objects_index_; A comment on the ...
6 years, 3 months ago (2014-09-22 14:32:14 UTC) #2
Yang
On 2014/09/22 14:32:14, mvstanton wrote: > LGTM, one nit. > > https://codereview.chromium.org/581223004/diff/1/src/serialize.h > File src/serialize.h ...
6 years, 3 months ago (2014-09-22 15:22:12 UTC) #3
Hannes Payer (out of office)
https://codereview.chromium.org/581223004/diff/20001/src/heap/heap.h File src/heap/heap.h (right): https://codereview.chromium.org/581223004/diff/20001/src/heap/heap.h#newcode1666 src/heap/heap.h:1666: Executability executable); I don't like that method? Why can't ...
6 years, 3 months ago (2014-09-22 18:21:52 UTC) #4
Yang
On 2014/09/22 18:21:52, Hannes Payer wrote: > https://codereview.chromium.org/581223004/diff/20001/src/heap/heap.h > File src/heap/heap.h (right): > > https://codereview.chromium.org/581223004/diff/20001/src/heap/heap.h#newcode1666 ...
6 years, 3 months ago (2014-09-23 09:21:34 UTC) #5
Hannes Payer (out of office)
lgtm https://codereview.chromium.org/581223004/diff/40001/src/heap/spaces.cc File src/heap/spaces.cc (right): https://codereview.chromium.org/581223004/diff/40001/src/heap/spaces.cc#newcode2888 src/heap/spaces.cc:2888: void LargeObjectSpace::PrepareForDeserialization(int large_objects_total_size) { Please delete this method. ...
6 years, 3 months ago (2014-09-24 21:27:51 UTC) #6
Yang
On 2014/09/24 21:27:51, Hannes Payer wrote: > lgtm > > https://codereview.chromium.org/581223004/diff/40001/src/heap/spaces.cc > File src/heap/spaces.cc (right): ...
6 years, 3 months ago (2014-09-25 07:32:00 UTC) #7
Yang
6 years, 3 months ago (2014-09-25 07:32:34 UTC) #8
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as 24204 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698