#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 jsnx):

 Replying to [comment:1 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.

 Well, sure, I can do it with a shell script instead. What I'm offering is
 integrated, system-wide caching for scripts with `#!/usr/bin/env
 runhaskell` in their first line.

 If it's not seen to be of value, there's no point in my writing -- as you
 suggest, I can just make a shell script for it if it's going to be a
 private thing.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2403#comment:2>
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