From 9fd1c6c586df3feeed67eb919d4cf06def46fced Mon Sep 17 00:00:00 2001
From: Mike Pall
If the second argument is true, JIT compilation is also -enabled, disabled or flushed recursively for all subfunctions of a -function. With false only the subfunctions are affected. +enabled, disabled or flushed recursively for all sub-functions of a +function. With false only the sub-functions are affected.
The jit.on and jit.off functions only set a flag @@ -252,8 +252,8 @@ This sets the mode for the function at the stack index idx or the parent of the calling function (idx = 0). It either enables JIT compilation for a function, disables it and flushes any already compiled code or only flushes already compiled code. This -applies recursively to all subfunctions of the function with -LUAJIT_MODE_ALLFUNC or only to the subfunctions with +applies recursively to all sub-functions of the function with +LUAJIT_MODE_ALLFUNC or only to the sub-functions with LUAJIT_MODE_ALLSUBFUNC.
-- cgit v1.2.3-55-g6feb