[Haskell-cafe] faster compiling for ghc

Sebastian Sylvan sebastian.sylvan at gmail.com
Thu Nov 12 07:53:18 EST 2009


On Thu, Nov 12, 2009 at 12:39 PM, Bulat Ziganshin <bulat.ziganshin at gmail.com
> wrote:

> Hello Peter,
>
> Thursday, November 12, 2009, 3:26:21 PM, you wrote:
>
> incremental is just a word. what exactly we mean?


Incremental linking means the general idea of reusing previous linking
results, only patching it up with respect to changed obj files. So it's
about reducing link times, not compile times. This has various consequences
for executable size etc. so not something you'd want to do for release
builds I think...

Here's the documentation for VC's incremental linking option:
http://msdn.microsoft.com/en-us/library/4khtbfyf(VS.80).aspx


-- 
Sebastian Sylvan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20091112/31e5f9f9/attachment.html


More information about the Haskell-Cafe mailing list