pharo-project / pharo-vm

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

Druid primitive value multiargs #763

Closed PalumboN closed 7 months ago

PalumboN commented 7 months ago

Change the metadata of multiargs primitives with the new notation:

<numberOfArguments: #(0 1)>

I also removed the <checkArgumentCount> pragma and related code because it's not needed anymore (we have the same effect using an array).