diff --git a/doc/ext_jit.html b/doc/ext_jit.html index ce6dcd61..d261ab4e 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html @@ -114,6 +114,10 @@ Typical usage is jit.off(true, true) in the main chunk of a module to turn off JIT compilation for the whole module for debugging purposes.
++If the first argument of jit.off is nil, disable +JIT compilation for all modules. +