[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua5.1: Lua stack is too small for a script that takes over 2048 arguments
- From: Ben <thebassplayer@...>
- Date: Thu, 20 Dec 2007 15:26:23 -0800
What would be the replacement? The only other thing I can visualize
is a giant string, which doesn't seem any better!
On Dec 20, 2007 4:21 AM, Roberto Ierusalimschy <roberto@inf.puc-rio.br> wrote:
> They are already passed as a single argument, the table 'arg'. Maybe
> we should just remove this mechanism of passing them as separated
> arguments...
>
> -- Roberto
>