tsoding / bm

Simple compiler ecosystem
MIT License
169 stars 16 forks source link

Native x86_64 codegen for macOS #394

Closed zhiayang closed 3 years ago

zhiayang commented 3 years ago

Close #114. Merge Nico's PR first and hope there are no conflicts ><

A lot of changes here, because we need to explicitly use relative addressing ([rel stack_top]) on macOS. this should work for linux as well.

EDIT: it does work on linux.

rexim commented 3 years ago

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