nelhage / gojit

JIT code-generation in Go!
MIT License
338 stars 34 forks source link

Darwin support #1

Closed cespare closed 10 years ago

cespare commented 10 years ago

Windows is also doable, but not as easy.

nelhage commented 10 years ago

Thanks! Looks like MAP_ANON also exists on Linux, so I changed it to just use that, which is easier than doing separate flags.