[project @ 1999-01-26 16:16:19 by simonm]
- Add specialised closure types (CONSTR_p_n, THUNK_p_n, FUN_p_n) - Add -T<n> RTS flag to specify the number of steps in younger generations.
Showing
- ghc/compiler/absCSyn/PprAbsC.lhs 2 additions, 2 deletionsghc/compiler/absCSyn/PprAbsC.lhs
- ghc/compiler/codeGen/CgHeapery.lhs 2 additions, 4 deletionsghc/compiler/codeGen/CgHeapery.lhs
- ghc/compiler/codeGen/ClosureInfo.lhs 35 additions, 9 deletionsghc/compiler/codeGen/ClosureInfo.lhs
- ghc/compiler/codeGen/SMRep.lhs 20 additions, 13 deletionsghc/compiler/codeGen/SMRep.lhs
- ghc/compiler/main/Constants.lhs 8 additions, 0 deletionsghc/compiler/main/Constants.lhs
- ghc/includes/ClosureTypes.h 61 additions, 48 deletionsghc/includes/ClosureTypes.h
- ghc/includes/Constants.h 7 additions, 1 deletionghc/includes/Constants.h
- ghc/includes/InfoTables.h 32 additions, 3 deletionsghc/includes/InfoTables.h
- ghc/rts/GC.c 128 additions, 27 deletionsghc/rts/GC.c
- ghc/rts/PrimOps.hc 2 additions, 1 deletionghc/rts/PrimOps.hc
- ghc/rts/RtsFlags.c 10 additions, 3 deletionsghc/rts/RtsFlags.c
- ghc/rts/RtsFlags.h 2 additions, 1 deletionghc/rts/RtsFlags.h
- ghc/rts/Storage.c 8 additions, 11 deletionsghc/rts/Storage.c
Loading
Please register or sign in to comment