cvs commit: fptools/ghc/includes ClosureMacros.h Closures.h
fptools/ghc/rts GC.c ProfHeap.c Sanity.c Sanity.h
StgMiscClosures.hc Storage.c Storage.h
Simon Marlow
simonmar@glass.cse.ogi.edu
Mon, 11 Dec 2000 04:37:00 -0800
simonmar 2000/12/11 04:37:00 PST
Modified files:
ghc/includes ClosureMacros.h Closures.h
ghc/rts GC.c ProfHeap.c Sanity.c Sanity.h
StgMiscClosures.hc Storage.c Storage.h
Log:
- update representation of BCOs
- add setHeapSize for use from within GHC
Revision Changes Path
1.30 +1 -19 fptools/ghc/includes/ClosureMacros.h
1.20 +4 -6 fptools/ghc/includes/Closures.h
1.91 +4 -44 fptools/ghc/rts/GC.c
1.20 +2 -4 fptools/ghc/rts/ProfHeap.c
1.24 +4 -10 fptools/ghc/rts/Sanity.c
1.7 +2 -1 fptools/ghc/rts/Sanity.h
1.53 +2 -2 fptools/ghc/rts/StgMiscClosures.hc
1.30 +15 -1 fptools/ghc/rts/Storage.c
1.19 +7 -4 fptools/ghc/rts/Storage.h