diff --git a/doc/api.html b/doc/api.html index f20e5e21..2d596677 100644 --- a/doc/api.html +++ b/doc/api.html @@ -143,6 +143,14 @@ side traces from the cache. Returns true on success. Returns false if there are still links to this trace.
++Returns the current status of the JIT compiler. The first result is +either true or false if the JIT compiler is turned +on or off. The remaining results are strings for CPU-specific features +and enabled optimizations. +
+Contains the LuaJIT version string.