pharo-project / pharo-vm

This is the VM used by Pharo
http://pharo.org
Other
110 stars 67 forks source link

Added primitiveFormat #797

Closed doste closed 1 month ago

doste commented 1 month ago

The new primitive gives us the format of an object. It's implemented in both the interpreter and the JIT. Also I added a few tests.