Is it possible to import a gimple file into gcc so to generate the target code?

Ben Elliston bje@au1.ibm.com
Sun Jan 13 22:55:00 GMT 2008


> 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




More information about the Gcc mailing list