This is the mail archive of the gcc-patches@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: [tree-ssa] Organization of tree-ssa optimization passes


Hello,

> > currently the information about the order of tree-ssa passes needs to be
> > synchronized on three places (tree.h, tree-dump.c, tree-optimize.c); I
> > believe it is a better idea to have this just on a single place, so that
> > things like changing the order of passes or adding a new pass are
> > easier.
> >
> The problem I have with this is that it assumes a somewhat rigid
> structure of the optimization passes.  If we ever need to do very
> different things at each stage in the pipeline,

like what?

Zdenek


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