https://codereview.chromium.org/881763005/diff/200001/src/heap/heap.cc
File src/heap/heap.cc (right):

https://codereview.chromium.org/881763005/diff/200001/src/heap/heap.cc#newcode1712
src/heap/heap.cc:1712: &last_young_object_recorded);
It just occurred to me that this won't work because of weak list hanging
off the native contexts (list of optimized functions for example). We
need to process all of them even if they are in old space because
optimized functions can in new space.

https://codereview.chromium.org/881763005/

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