lua-users home
lua-l archive

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


I need to be able to determine in a predictable way if a program are
'too big', is it possible to do that with Lua by counting how many
bytecodes a program have executed and stop it after a certain number?

Is there a name for this problem or it's solution, that I could search
for in google, to find out how this have been done before?

Regards,
Kim Hansen