[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Question regarding upValues in closures
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 3 Sep 2008 10:42:41 -0300
> when does the value x change from being a variable on the stack to a
> value within the upValue.
Set the output of luac -l and the CLOSURE and GETUPVAL instructions.