[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Varargs efficiency
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 20 Apr 2015 05:15:59 -0300
> varargs are the way they are because they were simple to implement in Lua,
> and people didn't like throwing a table away on every function call that
> had varargs. My sense is that their existence eats away at Roberto ( not
> being overly serious, but I say this based on the 2014 talk that he gave).
That is true... :-(
-- Roberto