lua-users home
lua-l archive

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


David Given wrote:
That sounds very much like a reference leak in your code rather than anything in the Lua core --- tables are used *so* much that any GC bug that keeps references to deleted items would have shown up elsewhere by now. The GC is pretty solid.

As Mike Pall said elsewhere in this thread, it is a known issue, already discussed a few times on this list. (I didn't intend to discuss it once again: see the starting message of this thread).

--
Shmuel