https://codereview.chromium.org/227533006/diff/20001/src/store-buffer.cc
File src/store-buffer.cc (right):

https://codereview.chromium.org/227533006/diff/20001/src/store-buffer.cc#newcode603
src/store-buffer.cc:603:
NoBarrier_Load(reinterpret_cast<AtomicWord*>(current)));
On 2014/04/08 10:35:31, Michael Starzinger wrote:
I don't understand the reason for the atomic read of "current" here.
Is it
really necessary? Otherwise let's drop it.
Done.

Nope, not necessary. The sweeper is not touching the store buffer. This
change slipped in somehow. I removed it.

https://codereview.chromium.org/227533006/

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