blob: 37b801e8c63cfc8c7b31d11ebd3a4d0e6443bfa0 [file] [log] [blame]
Did you know that LLVM has a GCC 4.0 compatible C++ front-end and a great
optimizer? We find that LLVM is able to compile C++ into substantially better
code than GCC (for example). Also, because LLVM code can be converted to C,
you can even use LLVM as a <a href="http://lists.llvm.org/pipermail/llvm-dev/2004-June/001380.html">C++-to-C translator</a>.