lua-users home
lua-l archive

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


Stefan Reich wrote:
> I'm not even sure if I get your question though. What's luaV_execute?

It's an internal Lua function which contains VM's main loop:

http://www.lua.org/source/5.1/lvm.c.html#luaV_execute

So the question is probably about patching LuaJIT's VM, which is written
in assembly language.

--Gregory