lua-users home
lua-l archive

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


On Sun, Mar 12, 2017 at 3:42 PM, Rain Gloom <raingloom42@gmail.com> wrote:
>> You can see that each time new function is executed.
> Wouldn't their bytecode dump (sans debug info) be the same? That way one
> could fingerprint them easily.

Upvalues would be different too (if they weren't different, IIRC Lua
would fold them into the same object).

/s/ Adam