This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: IPO optimization framework for GCC
- From: Sebastian Pop <sebastian dot pop at cri dot ensmp dot fr>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 13 Oct 2005 13:42:20 +0200
- Subject: Re: RFC: IPO optimization framework for GCC
- References: <200510072323.QAA06401@hpsje.cup.hp.com>
Steve Ellcey wrote:
>
> In the meantime I would be interested in any opinions people have on
> what level we should be writing things out at. Generic? Gimple? RTL?
Or just dumping plain C code? This is almost what the pretty printers
are doing, and the way back to the compiler is already there ;-)
Sebastian