[LLVMdev] [LLVMDev] Long compile times
Óscar Fuentes
ofv at wanadoo.es
Tue Nov 2 10:21:27 PDT 2010
Jeff Kunkel <jdkunk3 at gmail.com> writes:
> Hi, I am developing my register allocation algorithm in Visual Studio, and I
> am hitting long compile times. I am wondering if there is a way to cut down
> the time it takes for llc to link?
Please describe your setup and the precise spot(s) that are
slow. Linking llc.exe on release mode takes a few seconds on VS 10
running on a VMWare virtual machine. I'm sure it is quite slower on
debug mode, but that is a consequence of using static libraries and LLVM
being fat.
More information about the llvm-dev
mailing list