[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: orphaned data in lua?
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: Wed, 30 Apr 2014 06:40:38 +0200
On Wed, Apr 30, 2014 at 6:30 AM, Spencer Parkin
<spencertparkin@gmail.com> wrote:
> There is no longer a reference to either table, yet they reference one
> another, so the tables are still around, right? If so, will these tables
> never get garbage collected?
They'll be collected, the Lua GC handles cyclic references properly.
—Pierre-Yves