lua-users home
lua-l archive

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


I wonder why you want to keep alive objects thara have no references to them.
They'll be forever inaccessible except from the chain of values inside C.
Note that it does make sense to keep strings alive because they are interned
and so can resurrected by value. Not so for tables and closures.