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 <20031110203548.GA17744@atrey.karlin.mff.cuni.cz>, Zdenek Dvorak wri
tes:
 >Hello,
 >
 >>  >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?
 >
 >tested compilation of combine.c:
 >
 >without the patch: TOTAL      :  16.62             0.91   17.53
 >with the patch:    TOTAL      :  16.08             0.96   17.04
 >
 >Before you ask -- yes, the results are consistent; 10 consecutive runs
 >without the patch:
Excellent.  Thank you.

FWIW, what I do is I keep a .i file for all the gcc source files and
time compiling all of those.   It's a slightly broader test than picking
a single source file.

 >I will now measure the bootstrap time.
Even better.  Thanks.
jeff



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