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: Richard Guenther <richard dot guenther at gmail dot com>
- To: Daniel Berlin <dberlin at dberlin dot org>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, sje at cup dot hp dot com, gcc at gcc dot gnu dot org
- Date: Sat, 8 Oct 2005 11:56:58 +0200
- Subject: Re: RFC: IPO optimization framework for GCC
- References: <200510072337.j97NbZoR009257@earth.phy.uc.edu> <1128729126.11061.8.camel@linux.site>
On 10/8/05, Daniel Berlin <dberlin@dberlin.org> wrote:
> > Generic but you might want to start by trying to define a type
> > system first.
Why not gimple?
> Actually, we shouldn't be writing out any of them, at least in their
> current form.
>
> (IE it shouldn't be pickled trees)
Or even dump SSA form, which would make it easier to dump something
different than trees. But of course, dumping the expressions is easy, dumping
all the extra information in it's current form is a mess.
Richard.