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

Issue 2188713004: [heap] Prepare Heap::CopyFixedArrayWithMap for black allocation (Closed)

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

Description

[heap] Prepare Heap::CopyFixedArrayWithMap for black allocation With black allocation turned on we have no guarantee that the target array is white and will be visited by the marker. Only execute the fast path when we are allowed to skip the barrier. R=hpayer@chromium.org BUG= Committed: https://crrev.com/1d2a1dd6bf0a2b16639e08c7908608d209e3932d Cr-Commit-Position: refs/heads/master@{#38142}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -6 lines) Patch
M src/heap/heap.cc View 1 1 chunk +9 lines, -6 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
Michael Lippautz
4 years, 4 months ago (2016-07-28 14:50:55 UTC) #1
Hannes Payer (out of office)
https://codereview.chromium.org/2188713004/diff/1/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/2188713004/diff/1/src/heap/heap.cc#newcode3831 src/heap/heap.cc:3831: if (InNewSpace(obj) && (mode == SKIP_WRITE_BARRIER)) { You can ...
4 years, 4 months ago (2016-07-28 15:30:53 UTC) #2
Michael Lippautz
https://codereview.chromium.org/2188713004/diff/1/src/heap/heap.cc File src/heap/heap.cc (right): https://codereview.chromium.org/2188713004/diff/1/src/heap/heap.cc#newcode3831 src/heap/heap.cc:3831: if (InNewSpace(obj) && (mode == SKIP_WRITE_BARRIER)) { On 2016/07/28 ...
4 years, 4 months ago (2016-07-28 15:32:27 UTC) #3
Hannes Payer (out of office)
lgtm
4 years, 4 months ago (2016-07-28 16:09:33 UTC) #8
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/2188713004/20001
4 years, 4 months ago (2016-07-28 16:17:45 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 4 months ago (2016-07-28 16:19:29 UTC) #11
commit-bot: I haz the power
4 years, 4 months ago (2016-07-28 16:20:45 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1d2a1dd6bf0a2b16639e08c7908608d209e3932d
Cr-Commit-Position: refs/heads/master@{#38142}

Powered by Google App Engine
This is Rietveld 408576698