This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC + libJIT instead of LLVM
- From: Andrew Haley <aph at redhat dot com>
- To: Kirill dot Kononenko at gmail dot com
- Cc: gcc at gcc dot gnu dot org
- Date: Wed, 01 Apr 2009 10:55:45 +0100
- Subject: Re: GCC + libJIT instead of LLVM
- References: <b21f6d8e0904010225s47aff98cr31a2e1f47c35addc@mail.gmail.com> <b21f6d8e0904010233u19a4a927rf6e951b1e98df940@mail.gmail.com>
Kirill Kononenko wrote:
> I would like to ask your opinion about possibility for integration of
> the libJIT Just-In-Time compilation library and GCC. For example, the
> same way as libffi is integrated within gcc source tree. It seems to
> me that LLVM solves many goals that are already complete and solved in
> GCC. So I think libJIT potentially is more useful for GCC and software
> developers.
Useful for what? I think you have to tell us how this will improve the
experience of gcc users .
Andrew.