simonpj     2002/07/29 09:12:08 PDT

  Modified files:
    ghc/compiler/main    TidyPgm.lhs 
    ghc/compiler/stgSyn  CoreToStg.lhs 
  Log:
        ** MERGE TO STABLE **
  
  1. Make TidyPgm forget IdInfo for exported things.  This is
     really important for the recompilation checker; see the
     commment with TidyPgm.tidyTopIdInfo
  
     Fixes a bug reported by Sigbjorn.
  
  2. Make CoreToStg more robust, by avoiding the duplicate
     calculation of update flag for top-level closures
  
  Revision  Changes    Path
  1.3       +21 -12    fptools/ghc/compiler/main/TidyPgm.lhs
  1.95      +143 -118  fptools/ghc/compiler/stgSyn/CoreToStg.lhs
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc


Reply via email to