[project @ 1999-02-02 14:21:28 by simonm]
authorsimonm <unknown>
Tue, 2 Feb 1999 14:21:34 +0000 (14:21 +0000)
committersimonm <unknown>
Tue, 2 Feb 1999 14:21:34 +0000 (14:21 +0000)
commitbf739c105b606764ae81a437f3cd9893c977db2f
treed803f95629934980d9b1e1c0d025a77212e58e9c
parent85b5aeed7f50174dc14fac382390c70534954199
[project @ 1999-02-02 14:21:28 by simonm]
- Add ticky counter for total bytes copied during GC.
- Separate mutable list into two lists, a "mut once" list for
  old generation indirections and MUT_CONS cells, and a "mut many"
  list for mutable arrays, TSOs etc.  Objects on the "mut once" list
  will be eagerly promoted.
ghc/includes/StgTicky.h
ghc/rts/GC.c
ghc/rts/Schedule.c
ghc/rts/Stats.c
ghc/rts/StgMiscClosures.hc
ghc/rts/Storage.c
ghc/rts/Storage.h
ghc/rts/StoragePriv.h
ghc/rts/Ticky.c