Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Issues with the current varargs implementation (Was: Re: inadequate documentation for select and table.unpack)
- From: steve donovan <steve.j.donovan@...>
- Date: 2016年6月22日 12:21:18 +0200
On Tue, Jun 21, 2016 at 10:47 PM, Philipp Janda <siffiejoe@gmx.net> wrote:
> First of all: vararg performance is fine. .... Performance of `select` is fine too. Calling it means pushing all
> of its arguments to the Lua stack -- like for any other function.
I also wonder whether we're going to squeeze much more performance out
of this lemon, and whether this is in fact an important lemon.