Re: compiler slowdown in 4.3 development

2008-03-03 Thread Bruno Haible
> Was it configured with --enable-checking=release? No it wasn't. Bruno

Re: compiler slowdown in 4.3 development

2008-03-03 Thread David Daney
Bruno Haible wrote: Hi, Here's a case of a function whose compilation with -O2 -g (the default with autoconf) on Linux/x86 has slowed down by 67% since the 4.2.2 release. $ time gcc -c -O2 -g -Wall sha512.c Measured user time. gcc 3.2.2 42.2 sec gcc 3.3.6 71 sec gcc 3.4.4

compiler slowdown in 4.3 development

2008-03-03 Thread Bruno Haible
Hi, Here's a case of a function whose compilation with -O2 -g (the default with autoconf) on Linux/x86 has slowed down by 67% since the 4.2.2 release. $ time gcc -c -O2 -g -Wall sha512.c Measured user time. gcc 3.2.2 42.2 sec gcc 3.3.6 71 sec gcc 3.4.4 29.0 sec gcc