[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: What happens when you try to serialize a closure
- From: steve donovan <steve.j.donovan@...>
- Date: Fri, 25 Jan 2013 12:11:27 +0200
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!