lua-users home
lua-l archive

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


On Dec 7, 2011, at 3:09 AM, Rebel Neurofog wrote:

> 1. Putting string into registry will guarantee it's validness during
> lua_State lifetime.

This is true of current implementations of Lua but is not guaranteed by the API. It could break, for example, if Lua shifted to a moving collector.

Mark