dolphinsmalltalk / Dolphin

Dolphin Smalltalk Core Image
MIT License
294 stars 58 forks source link

PopReturnSelf instruction can share implementation of ReturnSelf #1270

Closed blairmcg closed 6 months ago

blairmcg commented 6 months ago

In the current VM, when a method return is executed the stack pointer of the calling frame is restored, so it isn't necessary to clean up the stack before returning.