aboutsummaryrefslogtreecommitdiff
path: root/src/lj_ir.h
diff options
context:
space:
mode:
authorMike Pall <mike>2014-03-04 16:11:29 +0100
committerMike Pall <mike>2014-03-04 16:11:29 +0100
commit19d53ed2f9f3633c35c5cc5c6492bb19d751e3b1 (patch)
treec86244dd114a38101ea3b166ef72822599ed5c64 /src/lj_ir.h
parentfd3354a9dd3c8614ed4c5d7db048feb3ec89bd7b (diff)
downloadluajit-19d53ed2f9f3633c35c5cc5c6492bb19d751e3b1.tar.gz
luajit-19d53ed2f9f3633c35c5cc5c6492bb19d751e3b1.tar.bz2
luajit-19d53ed2f9f3633c35c5cc5c6492bb19d751e3b1.zip
Specialize to ffid for non-monomorphic builtins.
Diffstat (limited to 'src/lj_ir.h')
-rw-r--r--src/lj_ir.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lj_ir.h b/src/lj_ir.h
index f33f6355..14b86165 100644
--- a/src/lj_ir.h
+++ b/src/lj_ir.h
@@ -194,6 +194,7 @@ IRFPMDEF(FPMENUM)
194 _(STR_LEN, offsetof(GCstr, len)) \ 194 _(STR_LEN, offsetof(GCstr, len)) \
195 _(FUNC_ENV, offsetof(GCfunc, l.env)) \ 195 _(FUNC_ENV, offsetof(GCfunc, l.env)) \
196 _(FUNC_PC, offsetof(GCfunc, l.pc)) \ 196 _(FUNC_PC, offsetof(GCfunc, l.pc)) \
197 _(FUNC_FFID, offsetof(GCfunc, l.ffid)) \
197 _(THREAD_ENV, offsetof(lua_State, env)) \ 198 _(THREAD_ENV, offsetof(lua_State, env)) \
198 _(TAB_META, offsetof(GCtab, metatable)) \ 199 _(TAB_META, offsetof(GCtab, metatable)) \
199 _(TAB_ARRAY, offsetof(GCtab, array)) \ 200 _(TAB_ARRAY, offsetof(GCtab, array)) \