uploaded new patchset


https://codereview.chromium.org/177493002/diff/1/src/optimizing-compiler-thread.cc
File src/optimizing-compiler-thread.cc (right):

https://codereview.chromium.org/177493002/diff/1/src/optimizing-compiler-thread.cc#newcode200
src/optimizing-compiler-thread.cc:200: NoBarrier_Store(&loop_switch_,
static_cast<AtomicWord>(loop_switch));
On 2014/03/21 12:44:31, Hannes Payer wrote:
loop_switch_ is accessed with NoBarrier and Acquire/Release
operations. I think
we should figure out what mode is required and converge into one mode.
I guess
it is Acquire/Release.

For the record, I was thinking the mutex scope would pose a global
barrier. But I guess Acquire/Release wouldn't hurt.

https://codereview.chromium.org/177493002/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to