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

Issue 2353553003: [heap] Make slot set state and operations atomic. (Closed)

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

Description

[heap] Make slot set state and operations atomic. Here we only change the type of the slot set fields to atomic values and use CAS to change the state. There is no change in behavior or semantics of the slot set. BUG=chromium:648568 Committed: https://crrev.com/e05e735a8ab39b5f871c9356b993d52d562e7fee Cr-Commit-Position: refs/heads/master@{#39557}

Patch Set 1 #

Patch Set 2 : add check #

Total comments: 8

Patch Set 3 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+66 lines, -31 lines) Patch
M src/base/atomic-utils.h View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M src/heap/slot-set.h View 1 2 10 chunks +50 lines, -31 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
Hannes Payer (out of office)
4 years, 3 months ago (2016-09-20 12:13:11 UTC) #3
ulan
https://codereview.chromium.org/2353553003/diff/20001/src/base/atomic-utils.h File src/base/atomic-utils.h (right): https://codereview.chromium.org/2353553003/diff/20001/src/base/atomic-utils.h#newcode75 src/base/atomic-utils.h:75: V8_INLINE void SetBits(T bits, int mask) { mask also ...
4 years, 3 months ago (2016-09-20 12:33:02 UTC) #4
Hannes Payer (out of office)
https://codereview.chromium.org/2353553003/diff/20001/src/base/atomic-utils.h File src/base/atomic-utils.h (right): https://codereview.chromium.org/2353553003/diff/20001/src/base/atomic-utils.h#newcode75 src/base/atomic-utils.h:75: V8_INLINE void SetBits(T bits, int mask) { On 2016/09/20 ...
4 years, 3 months ago (2016-09-20 13:51:29 UTC) #5
ulan
lgtm!
4 years, 3 months ago (2016-09-20 13:55:48 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/2353553003/40001
4 years, 3 months ago (2016-09-20 14:02:13 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-20 14:58:43 UTC) #13
commit-bot: I haz the power
4 years, 3 months ago (2016-09-20 14:59:04 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/e05e735a8ab39b5f871c9356b993d52d562e7fee
Cr-Commit-Position: refs/heads/master@{#39557}

Powered by Google App Engine
This is Rietveld 408576698