File Options > Optimization tab

This tab controls the compilers' optimization features. These optimizations are discussed in more detail in the Optimization chapter in the Language User's Guides.

Default

Uses the inherited settings. If no parent project has an explicit setting, then the default is No optimization.

No optimization

No optimizations should be performed. Any settings in the Advanced Optimizations dialog will be ignored.

Optimize for size

Employ optimization strategies that reduce code size, potentially at the expense of code speed.

Optimize for speed

Employ optimization strategies that favor code speed, potentially at the expense of code size.

Advanced button

If either "Optimize for size" or "Optimize for speed" are selected, the Advanced button will be available. Pressing the button will bring up the Advanced Optimizations Options dialog box.


Previous

Next



Copyright © 1999, Green Hills Software. All rights reserved.