D - LLVM
- Bono Vox (7/7) Oct 28 2003 LLVM is a new infrastructure designed for compile-time, link-time, runti...
- Ilya Minkov (2/12) Oct 28 2003
LLVM is a new infrastructure designed for compile-time, link-time, runtime, and "idle-time" optimization of programs from arbitrary programming languages. LLVM is written in C++ and has been developed over the past 3 years at the University of Illinois. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 3.4. New front-ends are being written for Java bytecode and CAML. http://gcc.gnu.org/ml/gcc/2003-10/msg01218.html
Oct 28 2003
Really imressive! Thanks! Bono Vox wrote:LLVM is a new infrastructure designed for compile-time, link-time, runtime, and "idle-time" optimization of programs from arbitrary programming languages. LLVM is written in C++ and has been developed over the past 3 years at the University of Illinois. It currently supports compilation of C and C++ programs, using front-ends derived from GCC 3.4. New front-ends are being written for Java bytecode and CAML. http://gcc.gnu.org/ml/gcc/2003-10/msg01218.html
Oct 28 2003