lua-users home
lua-l archive

Re: Comparing the binary chunk of two functions for equality

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


> 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

AltStyle によって変換されたページ (->オリジナル) /