Newsgroups: comp.os.msdos.djgpp Date: Mon, 19 May 1997 19:11:07 +0300 (EET DST) From: Martynas Kunigelis To: Andrew Crabtree cc: jon , djgpp AT delorie DOT com Subject: Re: Any tips on optimizing C code? In-Reply-To: <199705131619.AA156030341@typhoon.rose.hp.com> Message-ID: References: <199705131619 DOT AA156030341 AT typhoon DOT rose DOT hp DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 13 May 1997, Andrew Crabtree wrote: > > I would be careful using -m486, as that can often lead to slower performance > on Pentium class machines or newer (it screws up alignment and uses shifts > when it should mul). I have an environment setup now where I can > rebuild gcc 2.8 with the pentium optimizations patches, and I will make the > compiled EXEs available to whoever wants them. My preliminary testing > shows a pretty decent speed increase. > Aren't you confusing pentium-gcc with gcc 2.8.0? For what I know 2.8.0 is _not_ released yet and God only knows when will it be.. Martynas