lua-users home
lua-l archive

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


On Fri, Jan 25, 2013 at 12:00 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> defines. Try luac -l -l on your program and get:
>
> main <upvals.lua:0,0> (33 instructions at 0x1019016f0)
> upvalues (1) for 0x1019016f0:
>         0       _ENV    1       0

Thanks, Luiz.  Did not know that you can get this level of detail out
of luac.  Most useful for code analsysis!