cvs commit: fptools/ghc/compiler/profiling SCCfinal.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Fri, 23 Nov 2001 03:59:21 -0800
simonmar 2001/11/23 03:59:21 PST
Modified files:
ghc/compiler/profiling SCCfinal.lhs
Log:
Collect up _scc_ expressions on the right hand side of a closure
definition and attach them directly to the closure using PushCC-type
cost centres, so that the allocation of the closure gets attributed to
the right place.
Revision Changes Path
1.31 +12 -17 fptools/ghc/compiler/profiling/SCCfinal.lhs