On 16 March 2012 17:19, David Malcolm wrote: > > What I'm really hoping for from GCC is a move towards a collection of > libraries that can be embedded in (license-compatible) apps: LLVM is > gaining ground for the use case of programs that need JIT-compilation > (e.g. the X server, or a JVM). I appreciate that JIT compilation has > different characteristics to a classic ahead-of-time compiler. > > C++ is likely to make it more difficult to embed GCC into such apps
It seems to work for LLVM and Clang.