Interprocedure Analysis

Compiling multiple source files at optimization level /optimize:4 or higher lets the compiler examine more code for possible optimizations, including multiple program units. This results in:

As more procedures are inlined, the size of the executable program and compile times may increase, but execution time should decrease.