Building the fastest Lua interpreter... automatically

last updated: Jul 13, 2024

https://sillycross.github.io/2022/11/22/2022-11-22/

Very cool post about writing a luajit interpreter in the easiest way - as a giant switch on bytecode ops, generating the LLVM IR, then massaging it into a much faster tail call style automatically.

↑ up