pharo-vm icon indicating copy to clipboard operation
pharo-vm copied to clipboard

Execute quick primitives using primitive table entries in StackVM

Open hernanmd opened this issue 2 years ago • 0 comments

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.

hernanmd avatar Sep 19 '23 13:09 hernanmd