go-llvm / llgo

LLVM-based compiler for Go
Other
1.26k stars 80 forks source link

Align each type's size #160

Closed pcc closed 10 years ago

pcc commented 10 years ago

This is consistent with the other compilers and is in line with what libgo expects. Fixes a number of memory corruption errors I was seeing in the libgo tests.

axw commented 10 years ago

LGTM