From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp and optimizations Date: Tue, 15 Sep 1998 09:52:27 +0300 Organization: NetVision LTD. Lines: 20 Message-ID: References: <6tkaat$7f6$1 AT nnrp1 DOT dejanews DOT com> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII In-Reply-To: <6tkaat$7f6$1@nnrp1.dejanews.com> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Mon, 14 Sep 1998 tomstdenis AT my-dejanews DOT com wrote: > Also when is djgpp going to officially support optimizations for the pentium? When the GCC maintainers include them in the official GCC release. > I would like to help, but heck I can't understand half of the djgpp source > code. PGCC is cool, but doesn't support djgpp (using gcc 2.8.1), so what's a > person to do? Get EGCS (I think a DJGPP port will be available soon). It might also be that your application doesn't actually need PGCC (it typically speeds up programs by 15%-20%). > Also is -fstrength-reduce stable yet? It is stable since 2.7.2.1, but there are cases where it slows down your program. This has nothing to do with stability, it's a consequence of the small number of registers on the x86 CPUs.