Revision: 3981 Author: [email protected] Date: Sun Feb 28 23:04:42 2010 Log: Count GlobalHandles::PostGarbageCollectionProcessing() as being in external code so it's visible when running with --trace-gc.
Landed on behalf of James Robinson ([email protected]). http://code.google.com/p/v8/source/detail?r=3981 Modified: /branches/bleeding_edge/src/heap.cc ======================================= --- /branches/bleeding_edge/src/heap.cc Fri Feb 26 12:14:20 2010 +++ /branches/bleeding_edge/src/heap.cc Sun Feb 28 23:04:42 2010 @@ -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
