lgtm.

While I agree that volatile has no useful meaning for multi-threading, it does
prevents some wilder compiler optimizations, and in the absence of any other
synchronization primitives it might be better than nothing. I think it is fine to leave out 'volatile' here because the Interlocked* intrinsics should prevent
bad optimizations.

https://codereview.chromium.org/1228063005/

--
--
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