[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.
Showing
- ghc/includes/StgTicky.h 10 additions, 1 deletionghc/includes/StgTicky.h
- ghc/rts/GC.c 117 additions, 87 deletionsghc/rts/GC.c
- ghc/rts/Schedule.c 4 additions, 2 deletionsghc/rts/Schedule.c
- ghc/rts/Stats.c 8 additions, 5 deletionsghc/rts/Stats.c
- ghc/rts/StgMiscClosures.hc 1 addition, 3 deletionsghc/rts/StgMiscClosures.hc
- ghc/rts/Storage.c 4 additions, 23 deletionsghc/rts/Storage.c
- ghc/rts/Storage.h 28 additions, 4 deletionsghc/rts/Storage.h
- ghc/rts/StoragePriv.h 2 additions, 1 deletionghc/rts/StoragePriv.h
- ghc/rts/Ticky.c 5 additions, 1 deletionghc/rts/Ticky.c
Loading
Please register or sign in to comment