This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFC: IPO optimization framework for GCC


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]