tsoding / bm

Simple compiler ecosystem
MIT License
169 stars 16 forks source link

Make Arena allocate aligned memory #380

Closed zhiayang closed 3 years ago

zhiayang commented 3 years ago

Basically similar to this: https://github.com/tsoding/skedudle/pull/74.

as you can guess, SPARC segfaults on unaligned memory access.

rexim commented 3 years ago

@zhiayang looks goode to me! :+1: Thank you for your contribution! :kissing: