PTAL.
http://codereview.chromium.org/9173001/diff/3001/src/spaces.cc File src/spaces.cc (right): http://codereview.chromium.org/9173001/diff/3001/src/spaces.cc#newcode752 src/spaces.cc:752: intptr_t PagedSpace::SizeOfObjectsSlow() { On 2012/01/10 17:42:43, Vyacheslav Egorov wrote:
we will call this function at least once at the end of GC (see garbage collection epilogue).
I wonder if you can compute sum of "delayed" live bytes while in MarkCompactCollector::SweepSpace and then adjust it while lazy
sweeping
progresses.
Done. Yes, we can. http://codereview.chromium.org/9173001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
