lua-users home
lua-l archive

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


I have a GC question.

t = {{{{{{{{{{{{'test'}}}}}}}}}}}}

t = nil

how many gc cycles will be needed to collect 'test' ?
only 1 ?