mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Document jit.status().
This commit is contained in:
parent
af92a14313
commit
f8f6d0299b
@ -143,6 +143,14 @@ side traces from the cache. Returns <tt>true</tt> on success.
|
|||||||
Returns <tt>false</tt> if there are still links to this trace.
|
Returns <tt>false</tt> if there are still links to this trace.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h3 id="jit_status"><tt>status, ... = jit.status()</tt></h3>
|
||||||
|
<p>
|
||||||
|
Returns the current status of the JIT compiler. The first result is
|
||||||
|
either <tt>true</tt> or <tt>false</tt> if the JIT compiler is turned
|
||||||
|
on or off. The remaining results are strings for CPU-specific features
|
||||||
|
and enabled optimizations.
|
||||||
|
</p>
|
||||||
|
|
||||||
<h3 id="jit_version"><tt>jit.version</tt></h3>
|
<h3 id="jit_version"><tt>jit.version</tt></h3>
|
||||||
<p>
|
<p>
|
||||||
Contains the LuaJIT version string.
|
Contains the LuaJIT version string.
|
||||||
|
Loading…
Reference in New Issue
Block a user