The {$W} switch directive controls the generation of stackframes. In the on state, the compiler will generate a stackframe for every procedure or function.
In the off state, the compiler will omit the generation of a stackframe if the following conditions are satisfied:
If these conditions are satisfied, the stack frame will be omitted.