www.digitalmars.com         C & C++   DMDScript  

D - LLVM

reply Bono Vox <bono rock.com> writes:
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
parent Ilya Minkov <minkov cs.tum.edu> writes:
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