Reviewers: Hannes Payer,

Description:
Remove a race between the sweeper and main threads.

There has been a race between a sweeper setting the next pointer on
free list node and the main thread skipping free space during update of
new space pointers in the heap.

This change removes the free space skipping code.

[email protected]
BUG=370551

Please review this at https://codereview.chromium.org/285733003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+9, -129 lines):
  M src/store-buffer.h
  M src/store-buffer.cc


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