From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joern Rennecke To: N8TM@aol.com Cc: egcs@cygnus.com Subject: Re: 19980707 built on win95/i686-pc-cygwin32 Date: Fri, 10 Jul 1998 15:56:00 -0000 Message-id: <199807102253.XAA08015@phal.cygnus.co.uk> References: X-SW-Source: 1998-07/msg00394.html > > 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 ?