mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Clarify behavior that if the first argument of jit.off is nil
This commit is contained in:
parent
b025b01c5b
commit
867d92838b
@ -114,6 +114,10 @@ Typical usage is <tt>jit.off(true, true)</tt> in the main chunk
|
||||
of a module to turn off JIT compilation for the whole module for
|
||||
debugging purposes.
|
||||
</p>
|
||||
<p>
|
||||
If the first argument of <tt>jit.off</tt> is <tt>nil</tt>, disable
|
||||
JIT compilation for all modules.
|
||||
</p>
|
||||
|
||||
<h3 id="jit_flush_tr"><tt>jit.flush(tr)</tt></h3>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user