[VSDK] Framework prebinding

Totte Alm totte at code66.se
Fri Dec 5 08:39:28 CST 2003


>
> Finally, "Optimization Level" should be set to "Fastest, smallest" for
> "Deployment" build style. That setting normally increase the speed, 
> since
> the code is smaller: less VM paging work.
>
>

Frpm the XCode panel:

Fastest: Turns on all optimizations specified by the 'Faster' setting 
and also turns on function inlining and register renaming options. This 
setting may result in a larger binary. [-O3]

Fastest, smallest: Optimize for size.  This setting enables all 
'Faster' optimizations that do not typically increase code size.  It 
also performs further optimizations designed to reduce code size. [-Os]

Fastest IS faster...

// Totte



More information about the Valentina mailing list