https://codereview.chromium.org/487753003/diff/20001/src/heap/gc-tracer.cc
File src/heap/gc-tracer.cc (right):

https://codereview.chromium.org/487753003/diff/20001/src/heap/gc-tracer.cc#newcode107
src/heap/gc-tracer.cc:107: heap_->new_space()->top() -
heap_->new_space()->bottom();
The question here is: What is the right size we care about? We have to
correlate the time spent in scavenging with some size.

The Scavenger will process live objects in to space and in from space.
I think we should account for both spaces. WDYT?

https://codereview.chromium.org/487753003/

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