[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Announcement of Lua Power Patch: Interpreter Bailout Flag
- From: ketmar <ketmar@...>
- Date: Thu, 17 Jul 2008 00:00:01 +0300
On Wed, 16 Jul 2008 13:53:13 -0700
Chip Salzenberg <chip@pobox.com> wrote:
> function, Lua is very easy to constrain in space (memory), but time
> (execution) is beyond control in standard Lua. The bailout flag is
actually, one can set debug hook and then call luaL_error() inside it.
this is what lua.c does when one hits ctrl+c.