Building the fastest Lua interpreter... automatically

Oct 20, 2023

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

Very cool post about writing an 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