OPTIMIZATIONS
Function
-Ostk
None
None
None
None
This option instructs the compiler to reuse the location of local variables/temporaries whenever possible. When used, the compiler analyzes which local variables are alive simultaneously. Based on that analysis the compiler chooses the best memory layout for for variables. Two or more variables may end up sharing the same memory location.
TBD