From ec31c2c0f0c454bd1c2cc205ac0fd4a93c0ededa Mon Sep 17 00:00:00 2001 From: ROllerozxa Date: Fri, 28 Jul 2023 16:37:17 +0000 Subject: [PATCH] LuaJIT: edit --- pages/LuaJIT.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pages/LuaJIT.md diff --git a/pages/LuaJIT.md b/pages/LuaJIT.md new file mode 100644 index 0000000..c19a740 --- /dev/null +++ b/pages/LuaJIT.md @@ -0,0 +1,5 @@ +LuaJIT is a just-in-time compiler for Lua, which implements the language as it was in Lua 5.1 albeit with some additions. + +More often than not, unless you have compiled Minetest from source without LuaJIT, Minetest will use LuaJIT as its Lua runtime. If you are still unsure, you can consult this (tongue-in-cheek) flowchart on whether you have LuaJIT: + +![](https://files.voxelmanip.se/luajit.png) \ No newline at end of file