MLton / mlton

The MLton repository
http://mlton.org
Other
960 stars 127 forks source link

Set default alignment on powerpc64 to 8 #534

Closed ii8 closed 1 year ago

MatthewFluet commented 1 year ago

Looks good. In the future, I might simply check/save alignof(void *) at runtime build time (like we do with other constants), rather than maintain an explicit list.