diff options
Diffstat (limited to 'doc/luajit.html')
-rw-r--r-- | doc/luajit.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/luajit.html b/doc/luajit.html index 88d4c194..2aa143ae 100644 --- a/doc/luajit.html +++ b/doc/luajit.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>LuaJIT</title> | 4 | <title>LuaJIT</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"> |
@@ -122,9 +122,13 @@ table.feature small { | |||
122 | <a href="ext_ffi_semantics.html">FFI Semantics</a> | 122 | <a href="ext_ffi_semantics.html">FFI Semantics</a> |
123 | </li></ul> | 123 | </li></ul> |
124 | </li><li> | 124 | </li><li> |
125 | <a href="ext_buffer.html">String Buffers</a> | ||
126 | </li><li> | ||
125 | <a href="ext_jit.html">jit.* Library</a> | 127 | <a href="ext_jit.html">jit.* Library</a> |
126 | </li><li> | 128 | </li><li> |
127 | <a href="ext_c_api.html">Lua/C API</a> | 129 | <a href="ext_c_api.html">Lua/C API</a> |
130 | </li><li> | ||
131 | <a href="ext_profiler.html">Profiler</a> | ||
128 | </li></ul> | 132 | </li></ul> |
129 | </li><li> | 133 | </li><li> |
130 | <a href="status.html">Status</a> | 134 | <a href="status.html">Status</a> |
@@ -158,13 +162,13 @@ LuaJIT is Copyright © 2005-2022 Mike Pall, released under the | |||
158 | <tr><td><span style="font-size:90%;">Embedded</span></td><td>Android</td><td>iOS</td></tr> | 162 | <tr><td><span style="font-size:90%;">Embedded</span></td><td>Android</td><td>iOS</td></tr> |
159 | </table> | 163 | </table> |
160 | <table class="feature os os3"> | 164 | <table class="feature os os3"> |
161 | <tr><td>PS3</td><td>PS4</td><td>PS Vita</td><td>Xbox 360</td></tr> | 165 | <tr><td>PS3</td><td>PS4</td><td>PS Vita</td><td>Xbox 360</td><td>Xbox One</td></tr> |
162 | </table> | 166 | </table> |
163 | <table class="feature compiler"> | 167 | <table class="feature compiler"> |
164 | <tr><td>GCC</td><td>CLANG<br>LLVM</td><td>MSVC</td></tr> | 168 | <tr><td>GCC</td><td>Clang<br>LLVM</td><td>MSVC</td></tr> |
165 | </table> | 169 | </table> |
166 | <table class="feature cpu"> | 170 | <table class="feature cpu"> |
167 | <tr><td>x86</td><td>x64</td><td>ARM</td><td>PPC</td><td>e500</td><td>MIPS</td></tr> | 171 | <tr><td>x86<br>x64</td><td>ARM<br>ARM64</td><td>PPC</td><td>MIPS32<br>MIPS64</td></tr> |
168 | </table> | 172 | </table> |
169 | <table class="feature fcompat"> | 173 | <table class="feature fcompat"> |
170 | <tr><td>Lua 5.1<br>API+ABI</td><td>+ JIT</td><td>+ BitOp</td><td>+ FFI</td><td>Drop-in<br>DLL/.so</td></tr> | 174 | <tr><td>Lua 5.1<br>API+ABI</td><td>+ JIT</td><td>+ BitOp</td><td>+ FFI</td><td>Drop-in<br>DLL/.so</td></tr> |