11.4. Improving performance and code size
There are two main goals when compiling a benchmark:
minimizing code
size
maximizing performance.
This section explains how using compiler options, avoiding
the standard C library, and modifying your source code can all help
to achieve these goals.