From: Ingo Rohloff Newsgroups: comp.os.msdos.djgpp,gnu.gcc Subject: Re: Final clue in porting zgv from Linux to djgpp Date: Sat, 11 Oct 1997 19:05:52 GMT Organization: TU Muenchen Lines: 15 Sender: rohloff AT informatik DOT tu-muenchen DOT de (Ingo Rohloff) Distribution: world Message-ID: References: <876536360 DOT 9710 AT dejanews DOT com> NNTP-Posting-Host: rohloff.modem.informatik.tu-muenchen.de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk vischne AT ibm DOT net wrote: > In fact, after using the CYGWIN32 gcc compiler and the Linux > gcc compiler, I can say that (a) DJGPP is at least as fast > as the Linux gcc and (b) runtime applications appear to run > faster than under Linux. a) DJGPP produces exactly the same code as gcc for linux. ( It is in fact gcc for dos compiled from almost the same sources) b) well dos is a single tasking system (oh really :-) ?) and so of course it runs probably a tiny bit faster than linux, because your program gets the complete power of your computer once it is started. (Which is NOT a good thing :-)