assyrianic / Tagha

Minimal, low-level, fast, and self-contained register-based bytecode virtual machine/runtime environment.
MIT License
124 stars 8 forks source link

Implement compiler backend (GCC) #22

Open assyrianic opened 7 years ago

assyrianic commented 7 years ago

Have GCC output tagha bytecode.

assyrianic commented 6 years ago

saving helpful link. https://kristerw.blogspot.com/2017/08/writing-gcc-backend_4.html

rofl0r commented 6 years ago

probably not very helpful right now, but if you choose to (maybe in another project) implement the VM based on donald knuth's MMIX model, GCC already has a backend for that one.