[project @ 1999-06-08 15:56:44 by simonmar]
authorsimonmar <unknown>
Tue, 8 Jun 1999 15:56:48 +0000 (15:56 +0000)
committersimonmar <unknown>
Tue, 8 Jun 1999 15:56:48 +0000 (15:56 +0000)
commit6281224046c9fc2bba358d42c7688a8314dc5bb6
tree73f5dca3e6b38cd79b59414cccedb117adc4aa39
parent52d1681a12025efbce92b3daf12b276dfbd0ebc8
[project @ 1999-06-08 15:56:44 by simonmar]
Allow reserving of stack slots for non-pointer data (eg. cost
centres).  This means the previous hacks to keep the stack bitmaps
correct in the presence of cost centres are now unnecessary, and
case-of-case expressions will be compiled properly with profiling on.
ghc/compiler/codeGen/CgBindery.lhs
ghc/compiler/codeGen/CgCase.lhs
ghc/compiler/codeGen/CgClosure.lhs
ghc/compiler/codeGen/CgExpr.lhs
ghc/compiler/codeGen/CgMonad.lhs
ghc/compiler/codeGen/CgStackery.lhs
ghc/compiler/codeGen/CgTailCall.lhs
ghc/compiler/codeGen/CgUpdate.lhs
ghc/compiler/codeGen/CgUsages.lhs