cvs commit: fptools/ghc/rts GC.c Stats.c Stats.h
Simon Marlow
simonmar at microsoft.com
Thu Jan 12 09:42:25 EST 2006
simonmar 2006/01/12 06:42:25 PST
Modified files:
ghc/rts GC.c Stats.c Stats.h
Log:
+RTS -S: replace "collected" with "copied", which is more useful.
+RTS -Dg: print size of mutable list, and breakdown by type of closure
(MUT_VAR, MUT_ARR, others).
Revision Changes Path
1.211 +35 -15 fptools/ghc/rts/GC.c
1.61 +3 -3 fptools/ghc/rts/Stats.c
1.25 +1 -1 fptools/ghc/rts/Stats.h
More information about the Cvs-ghc
mailing list