|
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