Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rochester!ur-tut!tfra From: tfra@ur-tut.UUCP (Tom Frauenhofer) Newsgroups: comp.os.minix Subject: Re: minix C compiler performance Message-ID: <1413@ur-tut.UUCP> Date: Mon, 1-Jun-87 15:30:22 EDT Article-I.D.: ur-tut.1413 Posted: Mon Jun 1 15:30:22 1987 Date-Received: Wed, 3-Jun-87 01:36:01 EDT References: <1131@rocksvax.UUCP> <582@uokmax.UUCP> Reply-To: tfra@tut.cc.rochester.edu.UUCP (Tom Frauenhofer) Organization: Univ. of Rochester Computing Center Lines: 11 [Et tu, line-eater?] I've run dhrystone using both the Aztec and Microsoft C compilers under "good ole" (:-) MS-Dos. You can compile it with flags for either register or no register execution (also with direct structure assignments as well as memcpy's). Aztec C was about twice as fast as Microsoft during execution of the .EXE's generated (in fact, the Aztec C LARGE memory model was about 1 1/2 times as fast as the Microsoft SMALL model!). Either Aztec has done something incredibly right with their compiler or the dhrystone benchmark is written in such a way as to "favor" Aztec's compiler (a longshot considering how the benchmark evolved).