From owner-freebsd-hackers Sun Jul 7 02:09:36 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA08716 for hackers-outgoing; Sun, 7 Jul 1996 02:09:36 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA08704 for ; Sun, 7 Jul 1996 02:09:32 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0ucpqL-000QeeC; Sun, 7 Jul 96 11:09 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id KAA15494; Sun, 7 Jul 1996 10:59:22 +0200 Message-Id: <199607070859.KAA15494@allegro.lemis.de> Subject: Re: gcc lies? To: hasty@rah.star-gate.com (Amancio Hasty) Date: Sun, 7 Jul 1996 10:59:21 +0200 (MET DST) Cc: hackers@freebsd.org (FreeBSD Hackers) In-Reply-To: <199607070830.BAA00607@rah.star-gate.com> from "Amancio Hasty" at Jul 7, 96 01:30:51 am X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Amancio Hasty writes: > > Dumb question , is gcc-1.42 a lot faster than gcc-2.x? Good question. The answer is 'yes', at least to go by what I've just tried. I compiled cccp.c (the GNU preprocessor) with both compilers on a P133 with BSD/OS 2.1. cc (1.42) took about 5.4 seconds, gcc (2.7.2) took about 14 seconds. I think Michael's right, though. It's more a question of compatibility than anything else. Greg