[project @ 1999-01-26 16:16:19 by simonm]
authorsimonm <unknown>
Tue, 26 Jan 1999 16:16:35 +0000 (16:16 +0000)
committersimonm <unknown>
Tue, 26 Jan 1999 16:16:35 +0000 (16:16 +0000)
commit723545930025a24708a8a0923435c95cc7f058c9
treecb0340306c20969854e7e81382c205911c003915
parentfc9eb69f8c23548ced1a1838c63bc9e28b39ba36
[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.
13 files changed:
ghc/compiler/absCSyn/PprAbsC.lhs
ghc/compiler/codeGen/CgHeapery.lhs
ghc/compiler/codeGen/ClosureInfo.lhs
ghc/compiler/codeGen/SMRep.lhs
ghc/compiler/main/Constants.lhs
ghc/includes/ClosureTypes.h
ghc/includes/Constants.h
ghc/includes/InfoTables.h
ghc/rts/GC.c
ghc/rts/PrimOps.hc
ghc/rts/RtsFlags.c
ghc/rts/RtsFlags.h
ghc/rts/Storage.c