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() { 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. http://codereview.chromium.org/9173001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
