Specialize to ffid for non-monomorphic builtins.

This commit is contained in:
Mike Pall
2014-03-04 16:11:29 +01:00
parent fd3354a9dd
commit 19d53ed2f9
2 changed files with 5 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ IRFPMDEF(FPMENUM)
_(STR_LEN, offsetof(GCstr, len)) \
_(FUNC_ENV, offsetof(GCfunc, l.env)) \
_(FUNC_PC, offsetof(GCfunc, l.pc)) \
_(FUNC_FFID, offsetof(GCfunc, l.ffid)) \
_(THREAD_ENV, offsetof(lua_State, env)) \
_(TAB_META, offsetof(GCtab, metatable)) \
_(TAB_ARRAY, offsetof(GCtab, array)) \