buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.16k stars 32 forks source link

JIT #121

Closed giann closed 1 year ago

giann commented 1 year ago

LLVM JIT

By function for now. Once it works and proves to be fast enough, see if we can JIT loops and such.

giann commented 1 year ago

Current state:

giann commented 1 year ago

LLVM compilation is really slow:

Alternatives:

giann commented 1 year ago

Done with MIR