cvs commit: fptools/ghc/compiler/basicTypes BasicTypes.lhs Id.lhs IdInfo.lhs fptools/ghc/compiler/iface BinIface.hs IfaceSyn.lhs fptools/ghc/compiler/main DynFlags.hs fptools/ghc/compiler/simplCore SimplCore.lhs fptools/ghc/compiler/stranal ArityAnal.lhs

nx at haskell.org nx at haskell.org
Tue Aug 30 04:36:32 EDT 2005


nx          2005/08/30 01:36:31 PDT

  Modified files:        (Branch: arity-anal-branch)
    ghc/compiler/basicTypes BasicTypes.lhs Id.lhs IdInfo.lhs 
    ghc/compiler/iface   BinIface.hs IfaceSyn.lhs 
    ghc/compiler/main    DynFlags.hs 
    ghc/compiler/simplCore SimplCore.lhs 
    ghc/compiler/stranal ArityAnal.lhs 
  Log:
  1. separate FW and BW 2. add counter to FW 3. change BW according to latest version of the arity paper.
  
  Revision  Changes    Path
  1.36.2.4  +44 -4     fptools/ghc/compiler/basicTypes/BasicTypes.lhs
  1.128.2.3 +3 -3      fptools/ghc/compiler/basicTypes/Id.lhs
  1.116.2.5 +2 -2      fptools/ghc/compiler/basicTypes/IdInfo.lhs
  1.14.2.3  +12 -1     fptools/ghc/compiler/iface/BinIface.hs
  1.18.2.2  +2 -2      fptools/ghc/compiler/iface/IfaceSyn.lhs
  1.8.2.5   +12 -0     fptools/ghc/compiler/main/DynFlags.hs
  1.133.2.4 +3 -1      fptools/ghc/compiler/simplCore/SimplCore.lhs
  1.1.2.22  +255 -199  fptools/ghc/compiler/stranal/Attic/ArityAnal.lhs


More information about the Cvs-ghc mailing list