7.5 Variable Values
Editor mouse-overs may show (Optimized) for local variables. This is not related to
compiler settings but rather implies the variable value is not available on the current
stack frame at the scope where it is evaluated. It is most commonly applicable to
function param
variables which are not used by a function at the
current scope.