On Tue, Jul 02, 2002 at 11:01:14PM -0700, Matthew Dillon wrote: > (csh built with GCC2, -O3) > test3:/home/dillon> time ./x.csh > 0.832u 0.848s 0:01.68 99.4% 881+645k 0+0io 0pf+0w > test3:/home/dillon> time ./x.csh > 0.926u 0.755s 0:01.68 99.4% 889+654k 0+0io 0pf+0w > > (csh built with GCC3, -O3)
You aren't taking advantage of what GCC 3.1 gives you. Try optimizing for your CPU also, -march=pentium4. Also the extra slowdown with Gcc 3.1 is all the changes needed in the backend to handle ISO-C++ and Java. I guess I should just stay out of this type of discussion... but I hate it when people are extra-critical about a piece of software w/o learning something about it first. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message