Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84 SMI; site sun.uucp Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!sun!guy From: guy@sun.uucp (Guy Harris) Newsgroups: net.lang.c Subject: Re: more questions about efficient C code Message-ID: <2371@sun.uucp> Date: Tue, 2-Jul-85 00:19:26 EDT Article-I.D.: sun.2371 Posted: Tue Jul 2 00:19:26 1985 Date-Received: Wed, 3-Jul-85 20:07:12 EDT References: <474@crystal.UUCP> <420@enmasse.UUCP> <2367@sun.uucp> Distribution: net Organization: Sun Microsystems, Inc. Lines: 12 > Unfortunately, this option (-S - ed) is not likely to show you the > optimized code you would get from running the compiler with > the -O flag. No, but cc -S -O amor_y_cohetes.c will run the generated assembly code through the peephole optimizer, so the resulting ".s" file will show the optimized code. Guy Harris