mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
0a06c6014d
It is allowed to index with an int64 even on a 32-bit platform, so we have to handle that case. But make sure the normal case isn't penalized by using 32-bit numbers when possible.