Reviewers: Kasper Lund,

Description:
Account GlobalHandles::PostGarbageCollectionProcessing() as external time in
GCTracer


Please review this at http://codereview.chromium.org/660266

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/heap.cc


Index: src/heap.cc
===================================================================
--- src/heap.cc (revision 3980)
+++ src/heap.cc (working copy)
@@ -594,6 +594,7 @@

   if (collector == MARK_COMPACTOR) {
     DisableAssertNoAllocation allow_allocation;
+    GCTracer::ExternalScope scope(tracer);
     GlobalHandles::PostGarbageCollectionProcessing();
   }



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to