pharo-project / pharo-vm

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

Added primitiveFormat #797

Closed doste closed 6 months ago

doste commented 6 months 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.