lua-users home
lua-l archive

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


on 2/25/08 4:39 AM, Roberto Ierusalimschy at roberto@inf.puc-rio.br wrote:

>> Does calling a gc(/finalizer/.. etc.) method of table upon destruction
>> considered?
> 
> Yes. (That is, it is being *considered*.)

It's worth noting that what one can do in 5.1 is create a userdata with a
__gc metamethod written in Lua.

Mark