[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: C stack usage
- From: Enrico Colombini <erix@...>
- Date: Sun, 2 Nov 2003 12:02:00 +0100
On Sunday 02 November 2003 01:08, Luiz Henrique de Figueiredo wrote:
> Starting with Lua 5.0, if this is largely true. In other words, if your
> script does not call any C functions, then no C stack is consumed (except
> locally, to execute bytecode instructions). Note, however, that if you use
> tag methods, then you do use C stack, even if your tag methods are written
> in Lua.
Thanks, this information will be very useful.
Enrico