<br><br><div class="gmail_quote">On Thu, Nov 12, 2009 at 12:39 PM, Bulat Ziganshin <span dir="ltr">&lt;<a href="mailto:bulat.ziganshin@gmail.com">bulat.ziganshin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello Peter,<br>
<br>
Thursday, November 12, 2009, 3:26:21 PM, you wrote:<br>
<br>
incremental is just a word. what exactly we mean?</blockquote><div><br></div><div>Incremental linking means the general idea of reusing previous linking results, only patching it up with respect to changed obj files. So it&#39;s about reducing link times, not compile times. This has various consequences for executable size etc. so not something you&#39;d want to do for release builds I think...</div>
<div><br></div><div>Here&#39;s the documentation for VC&#39;s incremental linking option: <a href="http://msdn.microsoft.com/en-us/library/4khtbfyf(VS.80).aspx">http://msdn.microsoft.com/en-us/library/4khtbfyf(VS.80).aspx</a> </div>
<div><br></div><div><br></div></div>-- <br>Sebastian Sylvan<br>