Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 8/28/84; site lll-crg.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!bellcore!decvax!genrad!panda!talcott!harvard!seismo!umcp-cs!gymble!lll-crg!brooks From: brooks@lll-crg.ARPA (Eugene D. Brooks III) Newsgroups: net.lang.c Subject: Re: Re: Un-alignment in structures Message-ID: <491@lll-crg.ARPA> Date: Fri, 5-Apr-85 00:54:40 EST Article-I.D.: lll-crg.491 Posted: Fri Apr 5 00:54:40 1985 Date-Received: Sun, 7-Apr-85 03:30:02 EST References: <230@tellab2.UUCP>, <135@mit-athena.UUCP> <5399@utzoo.UUCP> <7170@watdaisy.UUCP> Organization: Lawrence Livermore Labs, CRG group Lines: 8 > If you have to remove one millisecond from a tight loop that has to run > in 50 milliseconds, you really should use assembly. If you can possibly do it in assembly then an optimizing compiler that generates good code can do it just as fast and you gain portability. Surely you don't reccomend assembly. Was this posted on April 1 with the vectorizing C compiler news item?