marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Use fixed-width integers where appropriate #157

Closed marekjm closed 7 years ago

marekjm commented 8 years ago

VM should use fixed-width integers (uint8_t, int32_t and friends) where appropriate, in place of currently used plain unsigned and int. For example, when encoding opcodes and register index operands.

marekjm commented 7 years ago

Closed in c7cf5eac9e1472cd6a451440ec125be2d80e8185.