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]

Re: 19980707 built on win95/i686-pc-cygwin32


> 
> 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 ?


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