[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Coroutine environment
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 14 Jun 2006 10:11:20 -0300
> Can you please explain in more detail which effects independent
> execution stack have for the end-users on Lua and on C sides?
No visible effects, except that you can have multiple active functions
at the same time (only one can be running; the others are suspended).
>
> I have searched for words "execution stack" in the manual, but I
> haven't found any other entries. There are "virtual stack" and "call
> stack", and in most places it is just "stack". Perhaps some
Yes, there are several different stacks... Sorry...
> And one more question: was that sentence in Lua 5.0.2 manual just a
> mistake, or is it a change between Lua 5.0 and 5.1?
Just a rewrite.