https://codereview.chromium.org/413693002/diff/1/src/objects-inl.h
File src/objects-inl.h (right):

https://codereview.chromium.org/413693002/diff/1/src/objects-inl.h#newcode1495
src/objects-inl.h:1495: if (type == CONSTANT_POOL_ARRAY_TYPE) return
false;
The constant pool array does contain pointers (in the "HEAP_PTR" part).
I'm guessing this is OK for IteratePointersToNewSpace since it will
never contain pointers to the new space. but the function name is a bit
confusing  - maybe call it something like
HeapObject::MayContainNewSpacePointers()?

https://codereview.chromium.org/413693002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to