Date: Sun, 20 Sep 1998 10:32:36 +0300 (IDT) From: Eli Zaretskii To: Ishpeck cc: djgpp AT delorie DOT com Subject: Re: Optimizations In-Reply-To: <3601A0FE.C89318A6@sprynet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 17 Sep 1998, Ishpeck wrote: > Well, if you're using DJGPP, it's not likely to go as fast as some other > compilers are -- on account that you've ported GCC from UNIX to DOS. This is profoundly untrue. GCC used by DJGPP generates the code in the same way as it does on Linux. There's nothing in DJGPP port of GCC that changes the code generation, nor is there any reason for such changes. The GCC support of the x86 architecture is governed for a long time by the large Linux community, so it is quite good and improving all the time. As a matter of fact, DJGPP generates code that is generally the same or better quality as top commercial compilers.