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: Simple Value Range Propagation


Hello,

> On Sun, 8 Jun 2003, Josef Zlomek wrote:
> > It takes 2% of compile time and adds 0.5 % overall performance on
> > SPECint2000.
> 
> Say that 35 times, and you'll end up with a compiler that is twice as
> slow.
> 
> And, in fact, GCC 3.3 _is_ already about twice as slow as GCC 2.95 for
> my application (without overall improvement in code quality, though,
> unlike your patch).

say this at every new optimization (because with the current structure
of gcc you cannot get much cheaper, considering that just a pass over
insns takes 1% of time), and you will end up with gcc 2.95 :-)

Zdenek


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