This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 19980707 built on win95/i686-pc-cygwin32
- To: N8TM at aol dot com
- Subject: Re: 19980707 built on win95/i686-pc-cygwin32
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Fri, 10 Jul 1998 23:53:28 +0100 (BST)
- Cc: egcs at cygnus dot com
>
> Unlike the PPro, egcs is not as fast on Pentium II as gcc-2.8.1/g77-0.5.23.
Hmm, I think the main problem with the Pentium II is the slower level 2
cache. So it the code is larger, you might see some slowdown due to
more code fetches from L2 cache into icache.
Did you try egcs with -fno-gcse ?