Merge branch 'master' into v2.1

This commit is contained in:
Mike Pall
2023-08-21 03:18:35 +02:00
14 changed files with 88 additions and 30 deletions

View File

@@ -41,7 +41,6 @@
-- Cache some library functions and objects.
local jit = require("jit")
assert(jit.version_num == 20100, "LuaJIT core/library version mismatch")
local profile = require("jit.profile")
local vmdef = require("jit.vmdef")
local math = math