rmmh / beefit

An optimizing BF compiler.
5 stars 2 forks source link

fix so it compiles on os x / clang #1

Closed tomjakubowski closed 10 years ago

tomjakubowski commented 11 years ago

I didn't test with gcc or on linux so caveat mergtor

rmmh commented 11 years ago

Does it run properly with this? I'm pretty sure my generated code violates the OSX ABI rules about stack alignment.

tomjakubowski commented 11 years ago

I don't know, but the Mandelbrot benchmark example ran just fine.