[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: David Manura <dm.lua@...>
- Date: Sun, 23 Dec 2007 01:12:21 +0000 (UTC)
Roberto Ierusalimschy writes:
> They are already passed as a single argument, the table 'arg'. Maybe
> we should just remove this mechanism of passing them as separated
> arguments...
This happens to solve some other problems in
http://lua-users.org/wiki/ModuleExecutionProposal, particularly under "Detecting
Whether Function Loaded via require." That proposal has some suggested changes
for how the {{arg}} table behaves.