Re: Rebuild C code from GCC intermediate format

2006-09-14 Thread Rafael EspĂ­ndola
I wish to know if there exists any plugin that translate these intermediate format into C sources. I intent to modify these intermediate formats and retranslate then into C source to anylise the trasnsformations. For reading a C like representation you can use -fdump-tree-*. It might have the inf

Re: Rebuild C code from GCC intermediate format

2006-09-13 Thread Diego Novillo
Leonardo Mata wrote on 09/08/06 15:56: > I wish to know if there exists any plugin that translate > these intermediate format into C sources. > Not that I know of. There is an existing effort to implement link-time optimizations (search for LTO in the archives and web pages) that may at some poi