Anton Vayvod
2006-Sep-01 14:02 UTC
[LLVMdev] LLVM gcc front-end versus Microsoft Visual C++ 8.0 compiler
Hi! I'm eager to know what compiler optimizes code better: Microsoft Visual C++ 8.0 or LLVM's front-end? If some tests and results are available I'd appreciate anyone who points me at it. Thanks. Tony. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060901/9c96c831/attachment.html>
Chris Lattner
2006-Sep-01 18:48 UTC
[LLVMdev] LLVM gcc front-end versus Microsoft Visual C++ 8.0 compiler
On Fri, 1 Sep 2006, Anton Vayvod wrote:> I'm eager to know what compiler optimizes code better: Microsoft Visual > C++ 8.0 or LLVM's front-end? If some tests and results are available I'd > appreciate anyone who points me at it.Compilers do better or worse depending on the code that you give them. I'm not aware of anyone who has done any thorough comparison between VC and LLVM codegen, but even if they did, my suggestion would be the same: I'd try them both out on your code and measure them directly. You care about how LLVM does on your code, not how it does on some abstract code :) -Chris -- http://nondot.org/sabre/ http://llvm.org/
Possibly Parallel Threads
- [LLVMdev] Building llvm under cygwin
- [LLVMdev] Adding register allocator to LLVM
- [LLVMdev] leveraging back-end C compiler features in the gcc-based front-end
- [LLVMdev] leveraging back-end C compiler features in the gcc-based front-end
- [LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end