Subject: Re: gcc-3.1.x question
To: Sung N. Cho <sucho2@vt.edu>
From: Jack Lloyd <lloyd@acm.jhu.edu>
List: netbsd-help
Date: 06/20/2002 18:02:13
On Thu, 20 Jun 2002, Sung N. Cho wrote:

> switched to gcc-3.1.x if I'm correct.  Also, if anyone is using gcc-3.1.x,
> are there significant performance improvements over binaries generated from
> gcc-2.95.x?

Sometimes. There are many performance increases for C++ programs. The older
libstdc++ shipped with gcc 2.95.x had some serious problems with iostreams
- I've seen it be 3-5 times slower than the 3.1 iostreams at times. The 3.1
inliner and register allocators are somewhat better, but not fantastically
so.

> What about the kernel performance?

I don't do much of anything that would notice relatively minor kernel
performance changes either way.

-Jack