lua-users home
lua-l archive

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


> As I am returning the table via 'ra' I am just anchoring it there upon creating the first table. Am I correct in assuming that once this table is anchored in the stack that any tables added to it are also safe from emergency garbage collection?

Yes.

-- Roberto