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;
On 2014/07/23 11:04:53, rmcilroy wrote:
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()?
Makes sense. Done.
https://codereview.chromium.org/413693002/
--
--
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.