This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the EGCS project.
Re: stupid.c, rip
On Fri, Jul 16, 1999 at 06:41:55PM -0700, Jim Wilson wrote:
> What happens to -O0 compile times if we get rid of stupid.c?
The test: Stage1 built -O2 by some random installed compiler.
Stage2 built with make CC='stage1/xgcc -B./stage1/' CFLAGS='-O0'
Results: mainline: 406.71user 43.96system 7:50.99elapsed 95%CPU
patched: 457.22user 45.42system 8:42.63elapsed 96%CPU
So we cost about 11% more. It doesn't seem serious to me,
but I'll wait for an ok before checking it in.
> Maybe we should also get rid of obey_regdecls.
Done.
r~