pharo-vm
pharo-vm copied to clipboard
Execute quick primitives using primitive table entries in StackVM
This PR modifies the primitive table to enable quick primitive methods to be executed in the Stack VM conforming to the standard execution of primitives, and replacing the need to use executeQuickPrimitive method testing for multiple primitive numbers. So it makes the logic more consistent with primitive execution.
Add a basic set of tests which verifies the state of the execution stack before and after the usage of quick primitives.