> 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
Re: Is it possible to import a gimple file into gcc so to generate the target code?
On 1/11/08 3:36 PM, Haizhou LING wrote:
> 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?
> 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: