Replies: 1 comment
-
You mean through the I don't have any plans yet to make integration with luajit ffi. Personally I think luajit is sunsetting. Supporting it is a bit pain. It uses non-standard and complex build system. Cross compilation is non-trivial too. No clear versioning, etc, etc. At the moment I look forward to JIT backend for Luau from Roblox. It still under development, but I added support in the master branch. If they introduce jit-optimized C functions very likely they will be supported in mlua too. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'm wondering how mlua is working with LuaJIT. Does it support LuaJIT feature of inlining a calls to C functions or is it just bounding via the classic Lua/C API?
Beta Was this translation helpful? Give feedback.
All reactions