diff options
Diffstat (limited to 'doc/ext_jit.html')
-rw-r--r-- | doc/ext_jit.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index 018b4396..3720d308 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -40,6 +40,8 @@ | |||
40 | <a class="current" href="ext_jit.html">jit.* Library</a> | 40 | <a class="current" href="ext_jit.html">jit.* Library</a> |
41 | </li><li> | 41 | </li><li> |
42 | <a href="ext_c_api.html">Lua/C API</a> | 42 | <a href="ext_c_api.html">Lua/C API</a> |
43 | </li><li> | ||
44 | <a href="ext_profiler.html">Profiler</a> | ||
43 | </li></ul> | 45 | </li></ul> |
44 | </li><li> | 46 | </li><li> |
45 | <a href="status.html">Status</a> | 47 | <a href="status.html">Status</a> |
@@ -150,7 +152,7 @@ Contains the target OS name: | |||
150 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> | 152 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> |
151 | <p> | 153 | <p> |
152 | Contains the target architecture name: | 154 | Contains the target architecture name: |
153 | "x86", "x64", "arm", "ppc", "ppcspe", or "mips". | 155 | "x86", "x64", "arm", "arm64", "ppc", "mips" or "mips64". |
154 | </p> | 156 | </p> |
155 | 157 | ||
156 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> | 158 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> |