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; 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. https://codereview.chromium.org/11410080/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
