Date: Tue, 2 Dec 1997 14:35:31 +0200 (IST) From: Eli Zaretskii To: Mark Junker cc: djgpp AT delorie DOT com Subject: Re: GPP 3-5 times slower than SCPP In-Reply-To: <6j5doPst8gB@prg.hannover.sgh-net.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 2 Dec 1997, Mark Junker wrote: > GPP is 3 to 5 times slower than SCPP on my computer. Is this a > configuration problem? I have to compile the sources with GPP and SCPP to > test if my program compiles (almost) correctly under this compilers because > my program should be a "portable" one ... :]. Did you compare the compilation speed (lines/second) that you get from GCC with the table in section 7.1 of the FAQ? If that is the speed that you get, then your configuration is correct. GCC is known to be slower than other compilers, although not by a large factor usually. For example, Borland's compilers usually compile twice as fast as GCC.