[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: is it possible to make longjmp-free Lua?
- From: Mark Hamburg <mark@...>
- Date: Mon, 27 Jul 2009 22:50:02 -0700
I like the light userdata holding the C function pointer trick. Of
course, we still need a way to push without throwing or at least to
guarantee the existence of stack space without throwing.
Mark