lua-users home
lua-l archive

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


Hi,

> Ok, and I'll pop a copy of this discussion on the Wiki (assuming that's ok
> with you) under the title "MinimisingClosures" (under the category of
> "OptimisationTips").

Note that not only closure upvalues play a role in this, but the function
environment (the former "local global table") as well.

Bye,
Wim