diff options
Diffstat (limited to 'doc/status.html')
-rw-r--r-- | doc/status.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/doc/status.html b/doc/status.html index 4ab20dd3..1d3ba984 100644 --- a/doc/status.html +++ b/doc/status.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>Status</title> | 4 | <title>Status</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-2021"> | 6 | <meta name="Copyright" content="Copyright (C) 2005-2021"> |
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"> |
@@ -40,9 +40,13 @@ ul li { padding-bottom: 0.3em; } | |||
40 | <a href="ext_ffi_semantics.html">FFI Semantics</a> | 40 | <a href="ext_ffi_semantics.html">FFI Semantics</a> |
41 | </li></ul> | 41 | </li></ul> |
42 | </li><li> | 42 | </li><li> |
43 | <a href="ext_buffer.html">String Buffers</a> | ||
44 | </li><li> | ||
43 | <a href="ext_jit.html">jit.* Library</a> | 45 | <a href="ext_jit.html">jit.* Library</a> |
44 | </li><li> | 46 | </li><li> |
45 | <a href="ext_c_api.html">Lua/C API</a> | 47 | <a href="ext_c_api.html">Lua/C API</a> |
48 | </li><li> | ||
49 | <a href="ext_profiler.html">Profiler</a> | ||
46 | </li></ul> | 50 | </li></ul> |
47 | </li><li> | 51 | </li><li> |
48 | <a class="current" href="status.html">Status</a> | 52 | <a class="current" href="status.html">Status</a> |
@@ -56,7 +60,7 @@ ul li { padding-bottom: 0.3em; } | |||
56 | </div> | 60 | </div> |
57 | <div id="main"> | 61 | <div id="main"> |
58 | <p> | 62 | <p> |
59 | This documentation is for LuaJIT 2.0.5. Please check the <tt>doc</tt> | 63 | This documentation is for LuaJIT 2.1.0-beta3. Please check the <tt>doc</tt> |
60 | directory in each git branch for the version-specific documentation. | 64 | directory in each git branch for the version-specific documentation. |
61 | </p> | 65 | </p> |
62 | <p> | 66 | <p> |
@@ -88,12 +92,6 @@ The Lua <b>debug API</b> is missing a couple of features (return | |||
88 | hooks for non-Lua functions) and shows slightly different behavior | 92 | hooks for non-Lua functions) and shows slightly different behavior |
89 | in LuaJIT (no per-coroutine hooks, no tail call counting). | 93 | in LuaJIT (no per-coroutine hooks, no tail call counting). |
90 | </li> | 94 | </li> |
91 | <li> | ||
92 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not | ||
93 | handled correctly. The error may fall through an on-trace | ||
94 | <tt>pcall</tt> or it may be passed on to the function set with | ||
95 | <tt>lua_atpanic</tt> on x64. | ||
96 | </li> | ||
97 | </ul> | 95 | </ul> |
98 | <br class="flush"> | 96 | <br class="flush"> |
99 | </div> | 97 | </div> |