Thank you for review! One question: am I right that these particular data
races
should never be a problem on x86/AMD64 due to their memory ordering model?
https://codereview.chromium.org/17294004/diff/1/src/unbound-queue.h
File src/unbound-queue.h (right):
https://codereview.chromium.org/17294004/diff/1/src/unbound-queue.h#newcode51
src/unbound-queue.h:51: INLINE(bool IsEmpty()) { return divider_ ==
last_; }
On 2013/06/17 19:51:57, Dmitry Vyukov wrote:
this must use NoBarrier_Load's
Done.
https://codereview.chromium.org/17294004/
--
--
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/groups/opt_out.