We can abondan the current frame and create the new frame without increasing the stack if slots of the current frame won't be used. For example, if there's no references to a slot of the current scope from outside of the function.
Kinda related to this, we can skip creating a frame if there's no slots required for the scope.
We can abondan the current frame and create the new frame without increasing the stack if slots of the current frame won't be used. For example, if there's no references to a slot of the current scope from outside of the function.
Kinda related to this, we can skip creating a frame if there's no slots required for the scope.