Relay-Version: version B 2.10.2 9/18/84; site lsuc.UUCP Posting-Version: version B 2.10.1.1 9/4/83; site lpi3230.UUCP Path: lsuc!pesnta!lpi3230!steve From: steve@lpi3230.UUCP (Steve Burbeck) Newsgroups: pe.cust.general Subject: -O option to cc Message-ID: <143@lpi3230.UUCP> Date: 13 Feb 85 16:11:23 GMT Date-Received: 13 Feb 85 18:13:10 GMT Expires: 27 Feb 85 08:00:00 GMT Organization: Linus-Pauling Institute, Palo Alto, Calif. Lines: 12 As Dave Sherman points out, there is no functioning optimizer in v2.4 Edition VII. However there is one for the v2.2.1.1/v2.3 compiler. The drawback is that it screws up if there are ANY float variables in the source. Moreover, the pre 2.4 compilers do not handle double data types. But if all you need is non-float data, you can compile and optimize with the pre 2.4 compilers. One minor technical note that should affect few if any of you, is that the stack protocol output by the 2.4 compiler differs from pre 2.4 compilers. If you have any application that needs to know about and/or manipulate the stack (such as our Franz Lisp system) you might have trouble using one or the other type of compiler.