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 the target code?
- From: Ben Elliston <bje at au1 dot ibm dot com>
- To: Haizhou LING <haizhouling at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 14 Jan 2008 09:48:12 +1100
- Subject: Re: Is it possible to import a gimple file into gcc so to generate the target code?
- References: <14764218.post@talk.nabble.com>
> 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, but you might want to take a look at the plugin project:
http://gcc.gnu.org/wiki/GCC_Plugins
Ben