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: gcc 3.2 c++ deceleration


On Tue, 4 Jun 2002, Karel Gardas wrote:

> file: mico/orb/orb.cc
> compiler params: -I../include -O0 -D_GNU_SOURCE -D_REENTRANT -fpermissive   -DPIC -fPIC  -c
>
> gcc 3.2 (today's snapshot):
>
> real    0m37.076s
> user    0m36.470s
> sys     0m0.440s
>

I've recompiled gcc 3.2 with --disable-checking as Kelley Cook and Jan
Hubicka suggested. Now result for gcc 3.2 look:

real    0m32.227s
user    0m31.880s
sys     0m0.330s

which is better, but still worse than gcc 3.1.x. Resulting files (ii, s)
are the same as w/o --disable-checking.

> gcc 3.1.1 (today's snapshot):
>
> real    0m27.570s
> user    0m27.160s
> sys     0m0.360s
>
>

Thanks,

Karel
--
Karel Gardas                  kgardas@objectsecurity.com
ObjectSecurity Ltd.           http://www.objectsecurity.com


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