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

Issue 2860323003: [heap] Reland "Make non-atomic markbit operations consistent with atomic ones." (Closed)

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

Description

[heap] Reland "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 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_chromium_rel_ng Review-Url: https://codereview.chromium.org/2860323003 Cr-Commit-Position: refs/heads/master@{#45123} Committed: https://chromium.googlesource.com/v8/v8/+/c0a65cd295301f334e2bbfcce46a937cd708beec

Patch Set 1 #

Patch Set 2 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -138 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 +11 lines, -6 lines 0 comments Download
M src/heap/incremental-marking.cc View 1 11 chunks +42 lines, -41 lines 0 comments Download
M src/heap/mark-compact.h View 2 chunks +2 lines, -9 lines 0 comments Download
M src/heap/mark-compact.cc View 9 chunks +40 lines, -59 lines 0 comments Download
M src/heap/mark-compact-inl.h View 1 chunk +2 lines, -6 lines 0 comments Download
M src/heap/marking.h View 4 chunks +13 lines, -14 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 9 (4 generated)
ulan
ptal, the fix is in the diff between patch set 1 and 2.
3 years, 7 months ago (2017-05-05 09:14:40 UTC) #2
Michael Lippautz
lgtm
3 years, 7 months ago (2017-05-05 09:16:09 UTC) #3
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/2860323003/20001
3 years, 7 months ago (2017-05-05 09:16:22 UTC) #5
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/v8/v8/+/c0a65cd295301f334e2bbfcce46a937cd708beec
3 years, 7 months ago (2017-05-05 10:16:08 UTC) #8
ulan
3 years, 7 months ago (2017-05-05 11:17:04 UTC) #9
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/2863953002/ by ulan@chromium.org.

The reason for reverting is: box2d failures on buildbot.

Powered by Google App Engine
This is Rietveld 408576698