We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816a1e3 commit 16d6c9bCopy full SHA for 16d6c9b
1 file changed
resources/luajitCompact.lua
@@ -97,3 +97,8 @@ function defer(toBeClosed, callback)
97
return result
98
end
99
100
+
101
102
+-- for current performance, jit.off has more performance than jit.on
103
+jit.off()
104
+jit.flush()
0 commit comments