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

Add jitted version of primitiveCompareWith with 2 arguments

Open jecisc opened this issue 2 years ago • 0 comments

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

jecisc avatar Feb 09 '23 10:02 jecisc