skiplang / skip

A programming language to skip the things you have already computed
http://skiplang.com
MIT License
1.97k stars 66 forks source link

Provide the right size for objects of 32bits in 32bits mode. #213

Closed pikatchu closed 3 years ago

pikatchu commented 3 years ago

The value of the field m_userByteSize (in the type metadata) was wrong for objects of size 32bits in 32bits mode.

It was rounding it up to 64bits, which is incorrect in 32bits mode.