From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: "Thomas Bushnell, BSG" Message-ID: <87hes0y5kc.fsf@becket.becket.net> Content-Type: text/plain; charset=us-ascii References: <20011111163224.8E174199EE@mail.cse.psu.edu> Subject: Re: [9fans] Rant (was Re: Plan9 and Ada95?) Date: Mon, 12 Nov 2001 10:44:52 +0000 Topicbox-Message-UUID: 1e9d9630-eaca-11e9-9e20-41e7f4b1d025 presotto@closedmind.org writes: > I wouldn't put GCC at the other end of the spectrum; SUIF owns > that extremity. There's no doubt that GCC is not the best C compiler in the world. But (when user -O), the tradeoffs in GCC are always towards making the optimizer better at the expense of perhaps taking more compile time. The non-optimized version is entirely subsidiary; the goal there is to use parts of the "real" compiler in order to go as fast as possible. A compiler optimized for fast translation would surely do better.