lua-users home
lua-l archive

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


> Would it be possible for the compiler to ensure that _ENV is always the first upvalue?

Possible, yes, but it would bloat *all* functions and many functions do
not use globals at all.