This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Is it possible to import a gimple file into gcc so to generate target code?
- From: Ian Lance Taylor <iant at google dot com>
- To: Haizhou LING <haizhouling at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 11 Jan 2008 15:26:20 -0800
- Subject: Re: Is it possible to import a gimple file into gcc so to generate target code?
- References: <14764218.post@talk.nabble.com>
Haizhou LING <haizhouling@gmail.com> writes:
> Suppose we dump the GIMPLE tree into a file by using gcc option. Is it
> possible to import the GIMPLE file into the gcc and generate the target
> code?
No.
The LTO project is working toward making something like that possible.
Ian