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


On Thu, Dec 04, 2003 at 09:40:50AM +0100, Zdenek Dvorak wrote:
> probably not neccessary, but easier and more flexible.  What exactly you
> dislike on macros (i.e. what advantage would the solution with
> array of structures you propose) have?

There are too many places that think they need to know about
pass ordering, and they don't.  It's Just Not Clean.


r~


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