1.1.62 $W or $STACKFRAMES : Generate stackframes

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 satised:

If these conditions are satised, the stack frame will be omitted.