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][tree-ssa] first cut at optimization pass manager


On Fri, 2004-01-09 at 20:47, Richard Henderson wrote:

> Bootstrapped and tested on alphaev67-linux.  I'll not check this in right
> away and let folks comment on the approach.  Though I expect that unless
> a drastically different approach gets consensus I'll check it in and 
> generate new patches relative to it.
> 
Excellent!

I'd only add a note to dup_pass_1 warning never to call it on an already
duplicated pass.  Or perhaps make it check for p <= 0?

Also, if we expect passes to be repeated more than 10 times (SSA
renaming is up to 7 now), perhaps we want %02d in
register_one_dump_file.


Diego.


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