|
Hello! I am doing some work with this really cool tool that compiles Lua byte code into C lua VM calls (https://github.com/hugomg/lua-aot-5.4), and I was wondering how often does the instructions for the Lua VM change and where I could monitor for the changes? Thank you! |