latest-debug-build
Pre-release
Pre-release
·
772 commits
to Cog
since this release
CogVM source as per VMMaker.oscog-eem.3517
Fix isSmallInteger range check in 64-bit signed at: on 64-bit Spur.
Old code had a bogus bitAnd: and used an unsigned comparison to
compare 0,1 against anything else. This fixes Vanessa's
(1 to: 2) collect:
[:i| #(10000000000000000 -10000000000000000) as: SignedDoubleWordArray]
bug.
Fix printing of 64-bit longs (old code applied whereIs to bits data).