[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Aarch64 integer compare bug (#<) (#571)

Vanessa Freudenberg notifications at github.com
Thu Jun 17 21:15:01 UTC 2021


Thanks for testing that. My guess then would be that the jitted code for `<` fails to recognize 16r8000000000000000 as being a LargeInteger (which is unlikely), or knowing it's a LargeInt but thinking it can handle the comparison quickly and failing to do so correctly.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/571#issuecomment-863568544
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20210617/484d0239/attachment-0001.html>


More information about the Vm-dev mailing list