pharo-vm
pharo-vm copied to clipboard
Add jitted version of primitiveCompareWith with 2 arguments
Currently there is a jitted version of primitiveCompareWith (genPrimitiveStringCompareWith) but it only works when the primitive has 1 argument (the string to compare). It does not work if the primitive has 2 arguments: the string to compare and the comparison order.
This could be an improvement to add