From: combee AT cambridge DOT scr DOT slb DOT com (Leendert Combee) Message-Id: <199709121551.QAA14311@tartan.scr.slb.com> Subject: Re: The numer 1 compiler, DJGPP or MSVC Here's a good rating comparision To: ron AT sensor DOT com (Ron Natalie) Date: Fri, 12 Sep 1997 16:51:49 +0100 (BST) Cc: djgpp AT delorie DOT com In-Reply-To: <3419555C.1998@sensor.com> from "Ron Natalie" at Sep 12, 97 10:44:44 am Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk > > Well, that's not my experience. Not that I want to run down GCC, but > while > we found a few years ago that GCC was as fast or faster than the > vendor's > compiler, it is no longer the case on Digital UNIX, HP, Solaris (SPARC), > or any of the Pentium platforms. In some case we're talking staggering > differences (like twice as slow). > Unfortunately, gcc is no longer the best choice for high-performance computing. gcc does not understand neither the ultrasparc pipeline nor the pentium. Even more unfortunately, adapting gcc to those processors is a major effort (take the pgcc project), and it will be even worse for the next generation of processors....