lua-users home
lua-l archive

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


> Do references to objects via the registry count towards preventing
> garbage collection?

Sure. Avoiding garbage collection is one of the main uses of the
registry.

-- Roberto