GC: move static object processinng into thread-local storage
[ghc-hetmet.git] / rts / Stats.c
index 7347918..9a9acca 100644 (file)
@@ -644,7 +644,6 @@ stat_exit(int alloc)
             
             statsPrintf("recordMutableGen_sync: %"FMT_Word64"\n", recordMutableGen_sync.spin);
             statsPrintf("gc_alloc_block_sync: %"FMT_Word64"\n", gc_alloc_block_sync.spin);
-            statsPrintf("static_objects_sync: %"FMT_Word64"\n", static_objects_sync.spin);
             statsPrintf("whitehole_spin: %"FMT_Word64"\n", whitehole_spin);
             for (g = 0; g < RtsFlags.GcFlags.generations; g++) {
                 for (s = 0; s < generations[g].n_steps; s++) {