[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question regarding handling of OP_CALL
- From: Dibyendu Majumdar <mobile@...>
- Date: Mon, 9 Mar 2015 20:07:17 +0000
On 9 March 2015 at 15:23, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> Probably luaD_call, but depends on your code. luaD_call handles C
> functions, controls the stack depth, and controls yields. Probably
> you want all of them.
I see that luD_call() can disable yields. So that's what I want for
sure as I can't support resume yet!
Thanks and Regards
Dibyendu