As far as I know compilers always align your variables unless you specify that 
you have other priorities, for example with the [packed 
pragma](http://forum.nim-lang.org///nim-lang.org/docs/manual.html#foreign-function-interface-packed-pragma).
 For stack variables I don't know it, but I also don't see any reason for 
compilers to not align variables.

Reply via email to