LuaJIT: edit

This commit is contained in:
ROllerozxa 2023-07-28 16:37:17 +00:00
parent ac87630851
commit ec31c2c0f0

5
pages/LuaJIT.md Normal file
View File

@ -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)