[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: how to add time limitation code in luajit?
- From: wang peng <w2moon@...>
- Date: Fri, 2 Sep 2011 14:45:44 +0800
i have some problem when i want to add time limitation code in luaV_execute.
Luajit doesn't have luaV_execute,It uses lj_vm_pcall, an asm function, instead.
And i can't use thread in my program.
Can anyone give me some help on how to add time limitation code in lj_vm_pcall?