#2403: caching for runghc (runhaskell)
--------------------------------+-------------------------------------------
    Reporter:  jsnx             |        Owner:          
        Type:  feature request  |       Status:  new     
    Priority:  normal           |    Milestone:          
   Component:  Compiler         |      Version:          
    Severity:  normal           |   Resolution:          
    Keywords:                   |     Testcase:          
Architecture:  Multiple         |           Os:  Multiple
--------------------------------+-------------------------------------------
Comment (by duncan):

 How the `-fobject-code` flag. In fact it may work already, I don't know.
 In ghci it means to compile all the .hs files to .o and to load them
 instead. I see no reason it could not do the same for runghc.

 No need for a complex cache, just use the ordinary `--make` behaviour
 along with the `-hidir` and related flags for changing where the generated
 files go and are looked for.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2403#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to