https://codereview.chromium.org/11410080/diff/1/src/incremental-marking-inl.h File src/incremental-marking-inl.h (right):
https://codereview.chromium.org/11410080/diff/1/src/incremental-marking-inl.h#newcode55 src/incremental-marking-inl.h:55: return false; On 2012/11/14 08:42:24, Michael Starzinger wrote:
This will prevent the slot from being recorded when we do a forward white-to-grey transition. Compaction might corrupt the pointer. In the
case of a
white-to-grey transition we need to fall through to the code below.
Done. https://codereview.chromium.org/11410080/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
