DescriptionRemove a race between sweepers and the free space skipping code (while iterating new space pointers).
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.
R=hpayer@chromium.org
BUG=370551
LOG=N
Committed: https://code.google.com/p/v8/source/detail?r=21306
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|