patch applied (ghc-6.10/ghc): Backport: Let 'loadModule' generate proper code depending on the 'hscTarget'.

Thomas Schilling nominolo at googlemail.com
Tue Feb 24 12:17:20 EST 2009


Mon Feb 23 08:56:30 PST 2009  Thomas Schilling <nominolo at googlemail.com>
  * Backport: Let 'loadModule' generate proper code depending on the 'hscTarget'.
    
  With this change it should be possible to perform something similar to
  'load' by traversing the module graph in dependency order and calling
  '{parse,typecheck,load}Module' on each.  Of course, if you want smart
  recompilation checking you should still use 'load'.

    M ./compiler/main/DriverPipeline.hs -5 +21
    M ./compiler/main/GHC.hs -10 +19
    M ./compiler/main/HscMain.lhs +68

View patch online:
http://darcs.haskell.org/ghc-6.10/ghc/_darcs/patches/20090223165630-7c5c6-58166403a975e91b6f3c789d4208faeb4465788b.gz



More information about the Cvs-ghc mailing list