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. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?
All reactions