Inside the Lua VM: How the Reference Implementation Compiles and Executes Bytecode
A walk through the reference Lua VM: lexing, parsing, code generation, and the register-based interpreter loop that makes Lua famously fast for a small footprint.
A walk through the reference Lua VM: lexing, parsing, code generation, and the register-based interpreter loop that makes Lua famously fast for a small footprint.