cvs commit: fptools/ghc/compiler/basicTypes IdInfo.lhs MkId.lhs NewDemand.lhs fptools/ghc/compiler/stranal DmdAnal.lhs

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Thu, 19 Jul 2001 02:26:34 -0700


simonpj     2001/07/19 02:26:34 PDT

  Modified files:
    ghc/compiler/basicTypes IdInfo.lhs MkId.lhs NewDemand.lhs 
    ghc/compiler/stranal DmdAnal.lhs 
  Log:
  Next cut at the demand analyser
  
  Revision  Changes    Path
  1.76      +11 -9     fptools/ghc/compiler/basicTypes/IdInfo.lhs
  1.67      +11 -8     fptools/ghc/compiler/basicTypes/MkId.lhs
  1.2       +71 -31    fptools/ghc/compiler/basicTypes/NewDemand.lhs
  1.2       +342 -249  fptools/ghc/compiler/stranal/DmdAnal.lhs