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

Issue 1343043002: [heap] Move slots buffer into a separate file. (Closed)

Created:
5 years, 3 months ago by Hannes Payer (out of office)
Modified:
5 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[heap] Move slots buffer into a separate file. BUG= Committed: https://crrev.com/064be4c2964a94fb03ff32b531a9fcd7e73aac89 Cr-Commit-Position: refs/heads/master@{#30746}

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Patch Set 3 : #

Total comments: 10

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+668 lines, -631 lines) Patch
M BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap/mark-compact.h View 2 4 chunks +7 lines, -176 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 4 19 chunks +162 lines, -317 lines 0 comments Download
M src/heap/mark-compact-inl.h View 1 chunk +0 lines, -14 lines 0 comments Download
A src/heap/slots-buffer.h View 1 2 3 4 1 chunk +188 lines, -0 lines 0 comments Download
A src/heap/slots-buffer.cc View 1 chunk +170 lines, -0 lines 0 comments Download
M src/heap/spaces.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/cctest.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 1 chunk +0 lines, -121 lines 0 comments Download
A test/cctest/test-slots-buffer.cc View 1 2 3 4 1 chunk +132 lines, -0 lines 0 comments Download
M test/cctest/test-unboxed-doubles.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
Hannes Payer (out of office)
https://codereview.chromium.org/1343043002/diff/1/src/heap/mark-compact.cc File src/heap/mark-compact.cc (left): https://codereview.chromium.org/1343043002/diff/1/src/heap/mark-compact.cc#oldcode3472 src/heap/mark-compact.cc:3472: static bool IsOnInvalidatedCodeObject(Address addr) { unused. https://codereview.chromium.org/1343043002/diff/1/src/heap/mark-compact.cc#oldcode4638 src/heap/mark-compact.cc:4638: void ...
5 years, 3 months ago (2015-09-15 09:42:53 UTC) #2
Michael Starzinger
LGTM (assuming there are no semantic changes to the function bodies). https://codereview.chromium.org/1343043002/diff/40001/src/heap/slots-buffer.h File src/heap/slots-buffer.h (right): ...
5 years, 3 months ago (2015-09-15 11:00:51 UTC) #4
Michael Lippautz
lgtm https://codereview.chromium.org/1343043002/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1343043002/diff/40001/src/heap/mark-compact.cc#newcode62 src/heap/mark-compact.cc:62: slots_buffer_allocator_(NULL), nullptr https://codereview.chromium.org/1343043002/diff/40001/test/cctest/test-slots-buffer.cc File test/cctest/test-slots-buffer.cc (right): https://codereview.chromium.org/1343043002/diff/40001/test/cctest/test-slots-buffer.cc#newcode8 test/cctest/test-slots-buffer.cc:8: ...
5 years, 3 months ago (2015-09-15 11:04:02 UTC) #5
Hannes Payer (out of office)
https://codereview.chromium.org/1343043002/diff/40001/src/heap/mark-compact.cc File src/heap/mark-compact.cc (right): https://codereview.chromium.org/1343043002/diff/40001/src/heap/mark-compact.cc#newcode62 src/heap/mark-compact.cc:62: slots_buffer_allocator_(NULL), On 2015/09/15 11:04:02, Michael Lippautz wrote: > nullptr ...
5 years, 3 months ago (2015-09-15 11:20:48 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1343043002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1343043002/100001
5 years, 3 months ago (2015-09-15 11:20:59 UTC) #9
commit-bot: I haz the power
Committed patchset #5 (id:100001)
5 years, 3 months ago (2015-09-15 12:35:09 UTC) #10
commit-bot: I haz the power
5 years, 3 months ago (2015-09-15 12:35:29 UTC) #11
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/064be4c2964a94fb03ff32b531a9fcd7e73aac89
Cr-Commit-Position: refs/heads/master@{#30746}

Powered by Google App Engine
This is Rietveld 408576698