cvs commit: fptools/ghc/compiler/codeGen CgProf.hs

Simon Marlow simonmar at haskell.org
Fri Mar 18 06:19:28 EST 2005


simonmar    2005/03/18 03:19:28 PST

  Modified files:
    ghc/compiler/codeGen CgProf.hs 
  Log:
  merge rev. 1.6.2.1, simplified slightly:
  
    Initialise a CostCentreStack by generating SIZEOF_CostCentreStack
    (gotten from the C compiler) zeros, padded to the nearest word.
    Improves on the previous fixes for unpredictable padding (see comment).
  
  Revision  Changes    Path
  1.8       +16 -12    fptools/ghc/compiler/codeGen/CgProf.hs


More information about the Cvs-ghc mailing list