MrSmith33 / vox

Vox language compiler. AOT / JIT / Linker. Zero dependencies
Boost Software License 1.0
327 stars 18 forks source link

ELF-64 #4

Closed nordlow closed 3 years ago

nordlow commented 3 years ago

Thanks for the Linux support! I've updated the Vox run-times. Default build is by far the fastest and generated executable is among the fastest! Great work!

nordlow commented 3 years ago

I just added support for check with Vox in compiler-benchmark.

4x faster than dmd. great work.