On 2014/05/22 11:24:49, yurys wrote:
https://codereview.chromium.org/291193005/diff/40001/src/heap-profiler.cc
File src/heap-profiler.cc (left):


https://codereview.chromium.org/291193005/diff/40001/src/heap-profiler.cc#oldcode176
src/heap-profiler.cc:176:
heap()->CollectAllGarbage(Heap::kMakeHeapIterableMask,
Does this mean that we don't need to call GC anymore in order to make heap
iterable? If this is the case we could speed up heap profiler in a few places.

Unfortunately no, the iterator now calls the GC in its constructor.

https://codereview.chromium.org/291193005/

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