[Haskell-cafe] faster compiling for ghc

Bulat Ziganshin bulat.ziganshin at gmail.com
Thu Nov 12 06:16:36 EST 2009


Hello Neil,

Thursday, November 12, 2009, 1:57:06 PM, you wrote:

> I'd really love a faster GHC!

there are few obvious ideas:

1) use Binary package for .hi files
2) allow to save/load bytecode
3) allow to run program directly from .hi files w/o linking
4) save mix of all .hi files as "program database" using mysql or so

second one may be useful for hugs too. also, once i have asked you for
CPP support in winhigs ;)

-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list