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

Issue 631283002: Replace Acquire_Store calls with Release_Store as these stores should have the release ordering/sem… (Closed)

Created:
6 years, 2 months ago by lcwu1
Modified:
6 years, 2 months ago
Reviewers:
damienv1, servolk
CC:
chromium-reviews, feature-media-reviews_chromium.org, lcwu+watch_chromium.org, gunsch, servolk
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Replace Acquire_Store calls with Release_Store as these stores should have the release ordering/semantics. Also remove a couple of unnecessary memory barriers. BUG=420970 Committed: https://crrev.com/a278594a43c76544cb762ad3ded470664fb9c465 Cr-Commit-Position: refs/heads/master@{#298618}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Incorporate review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -6 lines) Patch
M chromecast/media/cma/ipc/media_message_fifo.cc View 1 3 chunks +8 lines, -6 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
lcwu1
6 years, 2 months ago (2014-10-07 19:08:38 UTC) #2
damienv1
https://codereview.chromium.org/631283002/diff/1/chromecast/media/cma/ipc/media_message_fifo.cc File chromecast/media/cma/ipc/media_message_fifo.cc (right): https://codereview.chromium.org/631283002/diff/1/chromecast/media/cma/ipc/media_message_fifo.cc#newcode373 chromecast/media/cma/ipc/media_message_fifo.cc:373: // Make sure the read pointer has been updated ...
6 years, 2 months ago (2014-10-07 19:22:31 UTC) #3
servolk
https://codereview.chromium.org/631283002/diff/1/chromecast/media/cma/ipc/media_message_fifo.cc File chromecast/media/cma/ipc/media_message_fifo.cc (right): https://codereview.chromium.org/631283002/diff/1/chromecast/media/cma/ipc/media_message_fifo.cc#newcode126 chromecast/media/cma/ipc/media_message_fifo.cc:126: base::subtle::Release_Store(rd_offset_, 0); The bug referenced in the description (https://code.google.com/p/chromium/issues/detail?id=420970) ...
6 years, 2 months ago (2014-10-07 19:43:37 UTC) #5
lcwu1
https://codereview.chromium.org/631283002/diff/1/chromecast/media/cma/ipc/media_message_fifo.cc File chromecast/media/cma/ipc/media_message_fifo.cc (right): https://codereview.chromium.org/631283002/diff/1/chromecast/media/cma/ipc/media_message_fifo.cc#newcode126 chromecast/media/cma/ipc/media_message_fifo.cc:126: base::subtle::Release_Store(rd_offset_, 0); On 2014/10/07 19:43:37, servolk wrote: > The ...
6 years, 2 months ago (2014-10-07 21:30:17 UTC) #6
damienv1
lgtm
6 years, 2 months ago (2014-10-07 23:30:56 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/631283002/20001
6 years, 2 months ago (2014-10-08 00:08:17 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:20001) as 9403d8e259b808ace88a6123e7bc6c577439dc14
6 years, 2 months ago (2014-10-08 00:31:07 UTC) #10
commit-bot: I haz the power
6 years, 2 months ago (2014-10-08 00:31:40 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/a278594a43c76544cb762ad3ded470664fb9c465
Cr-Commit-Position: refs/heads/master@{#298618}

Powered by Google App Engine
This is Rietveld 408576698