newLISP release version 8.7.0

Started by Lutz, October 15, 2005, 07:39:39 AM

Previous topic - Next topic

HPW

#15
Quote
`-Os'

     Optimize for size.  `-Os' enables all `-O2' optimizations that do

     not typically increase code size.  It also performs further

     optimizations designed to reduce code size.



     `-Os' disables the following optimization flags:

          -falign-functions  -falign-jumps  -falign-loops

          -falign-labels  -freorder-blocks  -fprefetch-loop-arrays



     If you use multiple `-O' options, with or without level numbers,

     the last such option is the one that is effective.


`-Os' disables a lot of optimizations.

But subjectiv my application does not run signifikant slower.

Have to test more (and also on WIN95).
Hans-Peter