Keep track of an accurate count of live words in each step
authorSimon Marlow <simonmarhaskell@gmail.com>
Wed, 16 Apr 2008 22:06:20 +0000 (22:06 +0000)
committerSimon Marlow <simonmarhaskell@gmail.com>
Wed, 16 Apr 2008 22:06:20 +0000 (22:06 +0000)
commit27a28cf6bc2196ee1690ac1fcc4d4c59d9b0d50f
tree129dbe8e6f58398364e0d631323ac2ccd0c0b72f
parentdbbf15c0f141357aa49b583286174867baadb821
Keep track of an accurate count of live words in each step
This means we can calculate slop easily, and also improve
predictability of GC.
includes/Storage.h
rts/Stats.c
rts/sm/GC.c
rts/sm/GC.h
rts/sm/Storage.c