Search notes:

GCC Optimization

Find out the exact set of optimizations that are enabled at each level:
gcc -Q --help=optimizers

See also

gcc -O
GCC

Index