Function-Level Optimization

Interprocedural analysis may be disabled by setting it to either off or function . If IPA is disabled, the compiler generates instructions and data as it reads and analyzes each function. This setting is equivalent to the "no deferred codegen" mode of older compilers.