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

Issue 2160613002: [heap] Remove black pages and use black areas instead. (Closed)

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

Description

[heap] Remove black pages and use black areas instead. BUG=630386 LOG=n Committed: https://crrev.com/b008a0d5a3db80a854cb93d9c94d67bf2d780f2c Cr-Commit-Position: refs/heads/master@{#37967}

Patch Set 1 #

Patch Set 2 : fix ia32 #

Patch Set 3 : disable black allocation #

Total comments: 18

Patch Set 4 : comments #

Total comments: 2

Patch Set 5 : clear mark bits when creating filler #

Total comments: 1

Patch Set 6 : perform cast after writing map #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -165 lines) Patch
M src/heap/heap.cc View 1 2 3 4 5 4 chunks +18 lines, -6 lines 0 comments Download
M src/heap/heap-inl.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/heap/incremental-marking.h View 1 2 3 1 chunk +9 lines, -4 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 2 3 3 chunks +5 lines, -7 lines 0 comments Download
M src/heap/mark-compact.h View 1 2 3 2 chunks +13 lines, -3 lines 0 comments Download
M src/heap/mark-compact.cc View 1 2 3 11 chunks +25 lines, -70 lines 0 comments Download
M src/heap/mark-compact-inl.h View 1 2 3 1 chunk +26 lines, -8 lines 0 comments Download
M src/heap/marking.h View 1 2 3 2 chunks +92 lines, -19 lines 0 comments Download
M src/heap/scavenger.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/heap/spaces.h View 1 2 3 3 chunks +5 lines, -14 lines 0 comments Download
M src/heap/spaces.cc View 1 2 3 7 chunks +58 lines, -22 lines 0 comments Download
M src/heap/spaces-inl.h View 3 chunks +6 lines, -2 lines 0 comments Download
M src/ia32/assembler-ia32-inl.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +3 lines, -4 lines 0 comments Download
M test/unittests/heap/marking-unittest.cc View 1 2 3 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 37 (24 generated)
Hannes Payer (out of office)
PTAL black allocation will be enabled in a separate CL try bots passed with black ...
4 years, 5 months ago (2016-07-19 09:35:22 UTC) #8
ulan
Looking good. Few nits: https://codereview.chromium.org/2160613002/diff/40001/src/heap/incremental-marking.cc File src/heap/incremental-marking.cc (right): https://codereview.chromium.org/2160613002/diff/40001/src/heap/incremental-marking.cc#newcode603 src/heap/incremental-marking.cc:603: heap()->old_space()->EmptyAllocationInfo(); Instead of dropping the ...
4 years, 5 months ago (2016-07-19 13:23:32 UTC) #9
Hannes Payer (out of office)
https://codereview.chromium.org/2160613002/diff/40001/src/heap/incremental-marking.cc File src/heap/incremental-marking.cc (right): https://codereview.chromium.org/2160613002/diff/40001/src/heap/incremental-marking.cc#newcode603 src/heap/incremental-marking.cc:603: heap()->old_space()->EmptyAllocationInfo(); On 2016/07/19 13:23:32, ulan wrote: > Instead of ...
4 years, 5 months ago (2016-07-19 14:42:54 UTC) #10
ulan
https://codereview.chromium.org/2160613002/diff/60001/src/heap/mark-compact-inl.h File src/heap/mark-compact-inl.h (right): https://codereview.chromium.org/2160613002/diff/60001/src/heap/mark-compact-inl.h#newcode195 src/heap/mark-compact-inl.h:195: if (object != nullptr) return object; What happens on ...
4 years, 5 months ago (2016-07-19 15:36:55 UTC) #13
Hannes Payer (out of office)
https://codereview.chromium.org/2160613002/diff/60001/src/heap/mark-compact-inl.h File src/heap/mark-compact-inl.h (right): https://codereview.chromium.org/2160613002/diff/60001/src/heap/mark-compact-inl.h#newcode195 src/heap/mark-compact-inl.h:195: if (object != nullptr) return object; On 2016/07/19 15:36:54, ...
4 years, 5 months ago (2016-07-21 08:28:12 UTC) #18
ulan
lgtm
4 years, 5 months ago (2016-07-21 08:41:57 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2160613002/80001
4 years, 5 months ago (2016-07-21 17:10:58 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: v8_linux_dbg_ng on master.tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_dbg_ng/builds/9478) v8_linux_dbg_ng_triggered on master.tryserver.v8 (JOB_FAILED, ...
4 years, 5 months ago (2016-07-21 17:35:20 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2160613002/100001
4 years, 5 months ago (2016-07-21 19:07:53 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2160613002/100001
4 years, 5 months ago (2016-07-22 06:57:44 UTC) #32
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-22 06:59:31 UTC) #34
commit-bot: I haz the power
Patchset 6 (id:??) landed as https://crrev.com/b008a0d5a3db80a854cb93d9c94d67bf2d780f2c Cr-Commit-Position: refs/heads/master@{#37967}
4 years, 5 months ago (2016-07-22 07:02:34 UTC) #36
Yang
4 years, 5 months ago (2016-07-25 09:46:07 UTC) #37
Message was sent while issue was closed.
A revert of this CL (patchset #6 id:100001) has been created in
https://codereview.chromium.org/2176133002/ by yangguo@chromium.org.

The reason for reverting is: Suspected to cause crbug.com/630969.

Powered by Google App Engine
This is Rietveld 408576698