The f$Wg switch directive controls the generation of stackframes. In the on state, the compiler will generate a stackframe for every procedure or function.
In the o state, the compiler will omit the generation of a stackframe if the following conditions are satis ed:
If these conditions are satis ed, the stack frame will be omitted.