This is the mail archive of the gcc@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] New regressions as of 2003-11-04


In message <20031110190205.GA8754@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak writ
es:
 >Concerning compile time -- there is nothing much to worry about, since
 >no transformation done by remove_useless_stmts_and_vars does anything
 >important with it.
My timings showed quite the opposite.

 >And finally, I already have it done -- see
 >http://gcc.gnu.org/ml/gcc-patches/2003-11/msg00388.html.
And have you compared the timings before and after with your patch?

Have you verified that it covers all the cases that we were previously
handling (by looking at the dumps before/after)

Have you verifed that it does the right thing when the CFG isn't available
since this code is called before we build the CFG?


jeff


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