[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: how to add time limitation code in luajit?
- From: Gregory Bonik <gregory@...>
- Date: Mon, 05 Sep 2011 22:44:56 +0400
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