Anonymous Coward (763) has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/21127 )

Change subject: WIP [ARM] Concurrent binary tree memory fences fixed.
......................................................................


Patch Set 3:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/21127/3//COMMIT_MSG
Commit Message:

http://gerrit.cloudera.org:8080/#/c/21127/3//COMMIT_MSG@43
PS3, Line 43: the fences
> base::subtle::Release_Store(v, *v | BTREE_INSERTING_MASK);
Sorry I wrote it wrong. base::subtle::Release_Store(v, *v | 
BTREE_INSERTING_MASK); is equivalent to:
std::atomic_thread_fence(std::memory_order_release)
Lazy_Store(v, *v | BTREE_INSERTING_MASK);



--
To view, visit http://gerrit.cloudera.org:8080/21127
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: Ie7c02dc3b9444599ef680fa9b29ae7a4d39dd382
Gerrit-Change-Number: 21127
Gerrit-PatchSet: 3
Gerrit-Owner: Zoltan Martonka <[email protected]>
Gerrit-Reviewer: Anonymous Coward (763)
Gerrit-Reviewer: Ashwani Raina <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Zoltan Chovan <[email protected]>
Gerrit-Reviewer: Zoltan Martonka <[email protected]>
Gerrit-Comment-Date: Tue, 19 Mar 2024 16:39:10 +0000
Gerrit-HasComments: Yes

Reply via email to