lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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!