lua-users home
lua-l archive

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


Just using the same '%s', ..., ISK format on those instructions seems like it would be good enough.

-Alex

On Wed, Sep 22, 2021 at 3:20 AM Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> The 'k' flag controls whether values are closed or not when executing a RETURN or TAILCALL instruction. Since this flag has an observable effect on these instructions luac -l should display it. Instead this information is not surfaced.

Thanks for the report. How do you propose we display this information?