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

https://codereview.chromium.org/993983002/diff/20001/src/heap/store-buffer.cc#newcode441
src/heap/store-buffer.cc:441: // which may be touched by the concurrent
sweeper thread.
On 2015/03/10 13:32:25, jarin wrote:
Why did not you update this one?

Because the stale pointers may be accessed concurrently by the sweeper
thread. After executing this method we have valid pointers in the store
buffer and don't have to worry about the sweeper thread anymore.

https://codereview.chromium.org/993983002/

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