https://codereview.chromium.org/23606032/diff/1/src/objects.cc
File src/objects.cc (right):

https://codereview.chromium.org/23606032/diff/1/src/objects.cc#newcode9040
src/objects.cc:9040: object->GetHeap()->Contains(site_address)) {
Instead of checking the whole heap, you could check if the address is in
old pointer space since this is the place where allocation sites should
be allocated.

https://codereview.chromium.org/23606032/

--
--
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/groups/opt_out.

Reply via email to