Re: Enabling IPCP by default

2008-08-29 Thread Jan Hubicka
> > On Fri, 29 Aug 2008, Jan Hubicka wrote: > > > > > Hi, > > > tonight testing on x86_64, i386 and IA-64 didn't seem to bring any new > > > surprises, so I've comitted the following patch. > > > I will also update changes page of 4.4. > > > > > > * doc/invoke.texi (-fipa-cp): Enabled by defaul

Re: Enabling IPCP by default

2008-08-29 Thread Jan Hubicka
> On Fri, 29 Aug 2008, Jan Hubicka wrote: > > > Hi, > > tonight testing on x86_64, i386 and IA-64 didn't seem to bring any new > > surprises, so I've comitted the following patch. > > I will also update changes page of 4.4. > > > > * doc/invoke.texi (-fipa-cp): Enabled by default at -O2/-Os/-

Re: Enabling IPCP by default

2008-08-29 Thread Richard Guenther
On Fri, 29 Aug 2008, Jan Hubicka wrote: > Hi, > tonight testing on x86_64, i386 and IA-64 didn't seem to bring any new > surprises, so I've comitted the following patch. > I will also update changes page of 4.4. > > * doc/invoke.texi (-fipa-cp): Enabled by default at -O2/-Os/-O3 > (-f

Re: Enabling IPCP by default

2008-08-29 Thread Jan Hubicka
Hi, tonight testing on x86_64, i386 and IA-64 didn't seem to bring any new surprises, so I've comitted the following patch. I will also update changes page of 4.4. * doc/invoke.texi (-fipa-cp): Enabled by default at -O2/-Os/-O3 (-fipa-cp-clone): Enabled by default at -O3. *

Re: Enabling IPCP by default

2008-08-28 Thread Jan Hubicka
Hi, after IRA I've re-done x86-64 SPECint testing (SPECfp, CSiBE and C++ benchmark failed because tree was broken at that point, I will get results tomorrow, but there was no surprises already before) also with the new code to eliminate arguments. Luis also did PPC SPEC runs. The most important re

Re: Enabling IPCP by default

2008-08-24 Thread Jan Hubicka
> Jan Hubicka <[EMAIL PROTECTED]> writes: > > > If there are no complains, I will enable ipcp as proposed after remaining > > patches are tested and comitted (that would be about day after tomorrow) > > It breaks Ada on ia64: I was hitting same problem on x86_64 and it should be fixed now. Honz

Re: Enabling IPCP by default

2008-08-24 Thread Andreas Schwab
Jan Hubicka <[EMAIL PROTECTED]> writes: > If there are no complains, I will enable ipcp as proposed after remaining > patches are tested and comitted (that would be about day after tomorrow) It breaks Ada on ia64: /tmp/cvs/gcc-20080824/Build/./prev-gcc/xgcc -B/tmp/cvs/gcc-20080824/Build/./prev-

Enabling IPCP by default

2008-08-24 Thread Jan Hubicka
Hi, Since most of issues with IPCP should be fixed now and it should be as strong as possible with the elementary textbook quality algorithm it uses, I would like to enable it by default. I've tested it on SPEC and C++ behcmarks yeterday and didn't measured any significant improvments. There is qu