bobjervis / parasol

The Parasol Language and related core development tools
Apache License 2.0
2 stars 2 forks source link

Static objects are misaligned in memory. #27

Closed bobjervis closed 7 years ago

bobjervis commented 8 years ago

I've noticed that objects such as pointers are not aligned in 8-byte boundaries and should be (for performance if nothing else).

bobjervis commented 7 years ago

Fixed in reent builds.