LinqLover / SimulationStudio

A growing suite of applications and tools using code simulation in Squeak/Smalltalk
9 stars 1 forks source link

sandbox: fix primitiveExecuteMethod[ArgsArray] for quick return methods #59

Closed LinqLover closed 2 years ago

LinqLover commented 2 years ago

The default simulator would execute a quick return method for primitive 188/189 directly, taking away any chance from us to customize the quick return primitive. Override these primitives to handle the edge case properly.