[LLVMdev] LLVM binaries for Windows and more

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Jun 14 00:27:44 PDT 2007


On 14 jun 2007, at 00:58, Andreas Rumpf wrote:

> Am I the only one who thinks emitting huge ASM files is a bad idea  
> for compile-time performance?

Most open source compilers work that way. The advantage is that you  
don't have to spend time on integrating and maintaining an assembler  
yourself, and instead can spend your time on optimizations and other  
interesting stuff.


Jonas



More information about the llvm-dev mailing list