[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Comparing the binary chunk of two functions for equality
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 19 Feb 2014 14:38:07 -0300
> Even with debug info stripped, the compiled chunk will still contain line
> number information (which, in practice, I find very helpful btw.).
No, it will not. Stripping debug info gets rid of source name,
line numbers, name and scope of local variables, names of upvalues.
See http://www.lua.org/source/5.2/ldump.c.html#DumpDebug