Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site sequent.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!tektronix!reed!omssw2!ogcvax!sequent!phil From: phil@sequent.UUCP (VP de GSP) Newsgroups: net.lang.c Subject: Re: Datalight faster than 4.2, why? Message-ID: <1966@sequent.UUCP> Date: Mon, 2-Jun-86 21:30:21 EDT Article-I.D.: sequent.1966 Posted: Mon Jun 2 21:30:21 1986 Date-Received: Sat, 7-Jun-86 04:58:20 EDT References: <989@dataioDataio.UUCP> <131@stracs.cs.strath.ac.uk> <2786@utcsri.UUCP> <250@myrias.UUCP> <1723@umcp-cs.UUCP> Reply-To: phil@sequent.UUCP (VP de GSP) Organization: Sequent Computer Systems Inc, Portland, OR Lines: 11 There is another very good reason to logically separate pieces of a compile phase into pieces. A multi-processor computer (like our BALANCE 21000) for example can do: % /lib/cpp ed.c | /lib/ccom | /lib/c2 | as -o ed.o 89.8u 7.0s 0:56 172% 29+21io 10pf+0w ==== Try doing that with a single process compiler ... --Phil Hochstetler, Sequent Computer Systems, Inc.