lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Luiz,

On Thu, Mar 15, 2018 at 9:02 AM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> The discussion so far has been dominated by the new undef stuff, but
> do check out the other novelties of 5.4, which are aimed at
> performance:
> - generational garbage collection
> - new VM instructions

I noticed "debug information about function arguments and returns" on
the list of changes; are these implemented using "fTransfer" and
"nTransfer" fields? Are there any further details on how they can be
used? Also, the names of these fields look inconsistent with all the
other fields being lowercase.

Paul.