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

Issue 2859093004: Revert of [heap] Make non-atomic markbit operations consistent with atomic ones. (Closed)

Created:
3 years, 7 months ago by Michael Achenbach
Modified:
3 years, 7 months ago
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office)
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

Revert of [heap] Make non-atomic markbit operations consistent with atomic ones. (patchset #11 id:200001 of https://codereview.chromium.org/2857713002/ ) Reason for revert: Seems to block the roll: https://codereview.chromium.org/2857423002/ Original issue's description: > [heap] Make non-atomic markbit operations consistent with atomic ones. > > Now non-atomic color transition operations return a boolean indicating > whether the transition succeeded or not. > > This allows to replace color check and transition operations with a > single transition operation. For example: > > if (IsWhite(object)) { > WhiteToBlack(object); > Foo(); > } > > becomes > > if (WhiteToBlack(object)) { > Foo(); > } > > BUG=chromium:694255 > > Review-Url: https://codereview.chromium.org/2857713002 > Cr-Commit-Position: refs/heads/master@{#45085} > Committed: https://chromium.googlesource.com/v8/v8/+/dd37366fb56a57be5ef36ed0c2b3c7893cd6c6d8 TBR=hpayer@chromium.org,mlippautz@chromium.org,ulan@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=chromium:694255

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -116 lines) Patch
M src/heap/heap.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/heap/incremental-marking.h View 3 chunks +6 lines, -11 lines 0 comments Download
M src/heap/incremental-marking.cc View 11 chunks +43 lines, -44 lines 0 comments Download
M src/heap/mark-compact.h View 2 chunks +9 lines, -2 lines 0 comments Download
M src/heap/mark-compact.cc View 9 chunks +59 lines, -40 lines 0 comments Download
M src/heap/mark-compact-inl.h View 1 chunk +6 lines, -2 lines 0 comments Download
M src/heap/marking.h View 4 chunks +15 lines, -14 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Michael Achenbach
Created Revert of [heap] Make non-atomic markbit operations consistent with atomic ones.
3 years, 7 months ago (2017-05-05 06:37:09 UTC) #2
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/2859093004/1
3 years, 7 months ago (2017-05-05 06:37:12 UTC) #3
commit-bot: I haz the power
Failed to apply patch for src/heap/incremental-marking.cc: While running git apply --index -3 -p1; error: patch ...
3 years, 7 months ago (2017-05-05 06:37:25 UTC) #5
Michael Achenbach
3 years, 7 months ago (2017-05-05 06:51:26 UTC) #6

Powered by Google App Engine
This is Rietveld 408576698