I'm just running VS 10 in debug mode. In a step by step set up:<div><br><div>1. I download the svn</div><div>2. I make my changes</div><div>3. I compile the libraries</div><div>4. I make changes to the code within my project</div>
<div>5. I compile my code, and I re-link llc with my changed files.</div><div>6. I repeat 4,5, and 6 until it finally works.</div><div><br></div><div>- Jeff Kunkel<br><br><div class="gmail_quote">On Tue, Nov 2, 2010 at 1:21 PM, Óscar Fuentes <span dir="ltr"><<a href="mailto:ofv@wanadoo.es">ofv@wanadoo.es</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">The following message is a courtesy copy of an article<br>
that has been posted to gmane.comp.compilers.llvm.devel as well.<br>
<div class="im"><br>
Jeff Kunkel <<a href="mailto:jdkunk3@gmail.com">jdkunk3@gmail.com</a>> writes:<br>
<br>
> Hi, I am developing my register allocation algorithm in Visual Studio, and I<br>
> am hitting long compile times. I am wondering if there is a way to cut down<br>
> the time it takes for llc to link?<br>
<br>
</div>Please describe your setup and the precise spot(s) that are<br>
slow. Linking llc.exe on release mode takes a few seconds on VS 10<br>
running on a VMWare virtual machine. I'm sure it is quite slower on<br>
debug mode, but that is a consequence of using static libraries and LLVM<br>
being fat.<br>
</blockquote></div><br></div></div>