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

Issue 686103004: Break allocations in the code serializer into correct chunk sizes. (Closed)

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

Description

Break allocations in the code serializer into correct chunk sizes. This change has been inspired by Slava Chigrin <vchigrin@yandex-team.ru>; (https://codereview.chromium.org/689663002/) R=mvstanton@chromium.org, vchigrin@yandex-team.ru Committed: https://code.google.com/p/v8/source/detail?r=25039

Patch Set 1 #

Total comments: 2

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -43 lines) Patch
M src/heap/heap.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap/spaces.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/heap/spaces.cc View 1 chunk +3 lines, -7 lines 0 comments Download
M src/serialize.h View 1 3 chunks +28 lines, -18 lines 0 comments Download
M src/serialize.cc View 5 chunks +10 lines, -18 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
Yang
6 years, 1 month ago (2014-10-30 09:36:01 UTC) #1
Yang
6 years, 1 month ago (2014-10-30 15:32:45 UTC) #3
Slava Chigrin
On 2014/10/30 15:32:45, Yang wrote: LGTM Thank you! Your solution indeed more elegant then mine.
6 years, 1 month ago (2014-10-30 18:36:15 UTC) #4
mvstanton
Right on, LGTM. Couple nits. https://codereview.chromium.org/686103004/diff/1/src/heap/spaces.h File src/heap/spaces.h (right): https://codereview.chromium.org/686103004/diff/1/src/heap/spaces.h#newcode1107 src/heap/spaces.h:1107: static int PageAreaSize(AllocationSpace space) ...
6 years, 1 month ago (2014-10-31 11:20:28 UTC) #5
Yang
6 years, 1 month ago (2014-10-31 14:43:31 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as 25039 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698