Details (typos in comments)
This commit is contained in:
2
lvm.c
2
lvm.c
@@ -327,7 +327,7 @@ lu_byte luaV_finishget (lua_State *L, const TValue *t, TValue *key,
|
||||
** Finish a table assignment 't[key] = val'.
|
||||
** About anchoring the table before the call to 'luaH_finishset':
|
||||
** This call may trigger an emergency collection. When loop>0,
|
||||
** the table being acessed is a field in some metatable. If this
|
||||
** the table being accessed is a field in some metatable. If this
|
||||
** metatable is weak and the table is not anchored, this collection
|
||||
** could collect that table while it is being updated.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user