patch applied (ghc): Let 'loadModule' generate proper code
depending on the 'hscTarget'.
Thomas Schilling
nominolo at googlemail.com
Sat Nov 29 12:08:23 EST 2008
Fri Nov 28 08:44:12 PST 2008 Thomas Schilling <nominolo at googlemail.com>
* 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 -8 +25
M ./compiler/main/GHC.hs -8 +12
View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20081128164412-7c5c6-26fdad01a61bb850f42687bcbd2708da5b1dcd2e.gz
More information about the Cvs-ghc
mailing list