lua-users home
lua-l archive

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


In addition to depending on the bytecode format, LuaAOT also depends on internal APIs and data structures. Those break all the time. It almost always requires some tweaking to work on a new Lua version.


Em 18 de novembro de 2023 00:18:23 BRT, Frityet <ambhogal01@gmail.com> escreveu:
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!