lua-users home
lua-l archive

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


On Sun, May 23, 2010 at 12:27 PM, Mark Hamburg <mark@grubmah.com> wrote:
> Does your approach work if debug symbols get stripped? I haven't looked to see whether that eliminates local variable names though I would expect it to do so.

I just did a quick test and, indeed, Lua does eliminate local
variables names if stripped out by luac. Your solution works in both
setups, though, but it would need to evaluate parameters before hand.

--rb