diff options
Diffstat (limited to 'doc/ext_jit.html')
-rw-r--r-- | doc/ext_jit.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/ext_jit.html b/doc/ext_jit.html index be1bdcf6..41ebdc92 100644 --- a/doc/ext_jit.html +++ b/doc/ext_jit.html | |||
@@ -1,8 +1,8 @@ | |||
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | 1 | <!DOCTYPE html> |
2 | <html> | 2 | <html> |
3 | <head> | 3 | <head> |
4 | <title>jit.* Library</title> | 4 | <title>jit.* Library</title> |
5 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | 5 | <meta charset="utf-8"> |
6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2022"> |
7 | <meta name="Language" content="en"> | 7 | <meta name="Language" content="en"> |
8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> | 8 | <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen"> |
@@ -37,9 +37,13 @@ | |||
37 | <a href="ext_ffi_semantics.html">FFI Semantics</a> | 37 | <a href="ext_ffi_semantics.html">FFI Semantics</a> |
38 | </li></ul> | 38 | </li></ul> |
39 | </li><li> | 39 | </li><li> |
40 | <a href="ext_buffer.html">String Buffers</a> | ||
41 | </li><li> | ||
40 | <a class="current" href="ext_jit.html">jit.* Library</a> | 42 | <a class="current" href="ext_jit.html">jit.* Library</a> |
41 | </li><li> | 43 | </li><li> |
42 | <a href="ext_c_api.html">Lua/C API</a> | 44 | <a href="ext_c_api.html">Lua/C API</a> |
45 | </li><li> | ||
46 | <a href="ext_profiler.html">Profiler</a> | ||
43 | </li></ul> | 47 | </li></ul> |
44 | </li><li> | 48 | </li><li> |
45 | <a href="status.html">Status</a> | 49 | <a href="status.html">Status</a> |
@@ -145,7 +149,7 @@ Contains the target OS name: | |||
145 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> | 149 | <h3 id="jit_arch"><tt>jit.arch</tt></h3> |
146 | <p> | 150 | <p> |
147 | Contains the target architecture name: | 151 | Contains the target architecture name: |
148 | "x86", "x64", "arm", "ppc", "ppcspe", or "mips". | 152 | "x86", "x64", "arm", "arm64", "arm64be", "ppc", "mips", "mipsel", "mips64", "mips64el", "mips64r6", "mips64r6el". |
149 | </p> | 153 | </p> |
150 | 154 | ||
151 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> | 155 | <h2 id="jit_opt"><tt>jit.opt.*</tt> — JIT compiler optimization control</h2> |