diff options
author | Parashurama <Rhagdamaziel@ymail.com> | 2017-08-10 14:34:57 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-08-10 14:34:57 +0200 |
commit | 4fdf7f2ea3c1019635a21c96265372ef166ccce0 (patch) | |
tree | feaf8d3db798f0a30795214ceb4f122cbe69b885 /tools | |
parent | 11082180b703f1aec6915c0635b144e5c692d2f0 (diff) | |
download | Nim-4fdf7f2ea3c1019635a21c96265372ef166ccce0.tar.gz |
fix VM intsize for 32bits and smaller targetOS. (#6211)
This commit change the default behaviour of VM int/uint always being 64bits and make int/uint on VM behave identically to compiled code. This insert 'opcNarrowU' or 'opcNarrow' opcode on Int/Uint operations when needed to simulate smaller Int/Uint on VM.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions