[GHC] #1526: -fobject-code is ignored for interactive
compilation
GHC
trac at galois.com
Wed Aug 1 20:14:33 EDT 2007
#1526: -fobject-code is ignored for interactive compilation
-------------------------+--------------------------------------------------
Reporter: sorear | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.7
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: Unknown | Testcase:
Architecture: Unknown |
-------------------------+--------------------------------------------------
Changes (by Isaac Dupree):
* cc: => id at isaac.cedarswampstudios.org
Comment:
"(Compiling command-line code to object code is probably not worth it.)"
a. When it is the only possible way to use unboxed tuples interactively,
etc.
b. Sometimes I want the convenience of a REPL when testing expressions
that have quite large running time and it's a nuisance to put them in a
file and compile (possibly with optimizations), repeatedly, just to make
them run fast enough.
So I think the possibility to do so is worth it as a user, assuming it
isn't too difficult to implement.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1526>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the Glasgow-haskell-bugs
mailing list