lua-users home
lua-l archive

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


> If such a "external contents string" type were added to Lua, it would be
> helpful to have an explicit "gc" callback as part of the Lua object,
> which would get called when the Lua object was freed, and could free the
> separate string buffer.

It should have something like this, but we still have to figure out
some details (for instance, whether such function could access the Lua
state).

-- Roberto