How can I test LuaJIT?
Hi, how can I find out if the LuaJIT is working? I compiled the code by myself and enabled the LuaJIT, but I want to make shure that he is really working
FOSS gamedev and creative worlds
https://forums.minetest.org/
if type(jit) == 'table' then
print(jit.version)
endburli wrote:[...]But can I benchmark this? Or do I have to compile minetest without without JIT and compare the performance?