Next: , Previous: Inline Assembler, Up: Top


25 Performance Considerations

The GNAT system provides a number of options that allow a trade-off between

The defaults (if no options are selected) aim at improving the speed of compilation and minimizing dependences, at the expense of performance of the generated code:

These options are suitable for most program development purposes. This chapter describes how you can modify these choices, and also provides some guidelines on debugging optimized code.