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 Mon, Jan 12, 2004 at 11:21:19AM -0500, Diego Novillo wrote:
> 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.

Actually, that's a change I should have mentioned.  The ssa renaming
is no longer considered a separate pass.  It's gotten merged with the
pass causing the renaming.


r~


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