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
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