[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Restricted parsing for static config files / more granular `load()` options for 5.4
- From: Coda Highland <chighland@...>
- Date: Sun, 12 Mar 2017 16:24:26 -0700
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