https://codereview.chromium.org/991853002/diff/20001/src/heap/mark-compact.cc
File src/heap/mark-compact.cc (right):

https://codereview.chromium.org/991853002/diff/20001/src/heap/mark-compact.cc#newcode3013
src/heap/mark-compact.cc:3013: // Ignore these pointers here.
Note that we could already filter out these pointers in
IsSlotInBlackObject by calling object->GetHeap()->lo_space()->FindObject
for the given slot. I am worried a bit about performance here, this is
why I implemented the filtering lazily. However, cleaning it up
immediately would be cleaner.

https://codereview.chromium.org/991853002/

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