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: [RFC]: Converting tree_opt_passes to use DEFPASS



On Jul 24, 2004, at 9:59 PM, Richard Henderson wrote:


On Sat, Jul 24, 2004 at 05:12:58PM -0400, Daniel Berlin wrote:
This patch adds a tree-opt-pass.def (and tree-opt-pass.h that uses it)
to generate our tree_opt_pass all from one file.

I'm not fond of this, actually, and I see no advantage to it.
Okeydokey, then i'll let it drop.
It was actually an idea suggested by a few people to me before, so i figured i'd take a whack at it, especially after seeing that to introduce a simple change to the struct tree_opt_pass structure, one has to modify roughly 50 files, which seemed a bit silly.
Other than that, i could care less one way or the other :)


--Dan


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