From: "Thomas Djafari" Newsgroups: comp.lang.c++,comp.os.msdos.djgpp,rec.games.programmer Subject: Re: The numer 1 compiler, DJGPP or MSVC Here's a good rating comparision Date: Wed, 17 Sep 1997 15:34:18 +0200 Organization: NetSat Inc. Lines: 64 Message-ID: <5vomfv$bch$1@news.internetsat.com> References: <3412BD25 DOT 1F30 AT mho DOT net> <3412DDA8 DOT C428AF45 AT a DOT crl DOT com> <341316EA DOT E14 AT mho DOT net> <34158665 DOT 8731090 AT news DOT concentric DOT net> <34148F08 DOT 7A16 AT pacbell DOT net> <5v5fm1$iku$1 AT vixen DOT cso DOT uiuc DOT edu> <3417b361 DOT 0 AT 139 DOT 134 DOT 5 DOT 33> <341baf04 DOT 0 AT 139 DOT 134 DOT 5 DOT 33> <341ceb68 DOT 0 AT 139 DOT 134 DOT 5 DOT 33> <01bcc1b6$1f9cce30$2b40cbc2 AT russnt> <341e6620 DOT 5108437 AT news DOT concentric DOT net> <01bcc1fa$a52f3350$2b40cbc2 AT russnt> <01bcc27c$add7b720$2b40cbc2 AT russnt> <341f7974 DOT 0 AT 139 DOT 134 DOT 5 DOT 33> <01bcc353$59b5f490$2b40cbc2 AT russnt> Reply-To: "Thomas Djafari" NNTP-Posting-Host: gate4-230.nordnet.fr To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I made some tests between watcom and djgpp yesterday I had tried djgpp a long time ago, and it was generating slow code in comparison of the watcom, but as it was a long time ago, I made a comparison between the last version of djgpp (at least the one at DJ Delorie's page (btw rhide fails on my computer :) ) and the Watcom 11 beta version I used them with max optimisations : watcom : /fpi87 /fp5 /oaeil+mnprt /s /mf/d1 /bt=dos4g /zdp /zq /5r /fhq /zu djgpp : -O2 -m486 -fomit-frame-pointer -ffast-math -funroll-loops I made a very simple program which had 4 arrays of 1000 ints, fill them with random values the timing start from there : (arrays being a,b,c,d) for(t=0;t