Bump copyright date.
[luajit-2.0.git] / doc / status.html
blobc251d224354f543b4a0aa8b039ed074d5a143004
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4 <title>Status</title>
5 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6 <meta name="Copyright" content="Copyright (C) 2005-2022">
7 <meta name="Language" content="en">
8 <link rel="stylesheet" type="text/css" href="bluequad.css" media="screen">
9 <link rel="stylesheet" type="text/css" href="bluequad-print.css" media="print">
10 <style type="text/css">
11 ul li { padding-bottom: 0.3em; }
12 </style>
13 </head>
14 <body>
15 <div id="site">
16 <a href="https://luajit.org"><span>Lua<span id="logo">JIT</span></span></a>
17 </div>
18 <div id="head">
19 <h1>Status</h1>
20 </div>
21 <div id="nav">
22 <ul><li>
23 <a href="luajit.html">LuaJIT</a>
24 <ul><li>
25 <a href="https://luajit.org/download.html">Download <span class="ext">&raquo;</span></a>
26 </li><li>
27 <a href="install.html">Installation</a>
28 </li><li>
29 <a href="running.html">Running</a>
30 </li></ul>
31 </li><li>
32 <a href="extensions.html">Extensions</a>
33 <ul><li>
34 <a href="ext_ffi.html">FFI Library</a>
35 <ul><li>
36 <a href="ext_ffi_tutorial.html">FFI Tutorial</a>
37 </li><li>
38 <a href="ext_ffi_api.html">ffi.* API</a>
39 </li><li>
40 <a href="ext_ffi_semantics.html">FFI Semantics</a>
41 </li></ul>
42 </li><li>
43 <a href="ext_jit.html">jit.* Library</a>
44 </li><li>
45 <a href="ext_c_api.html">Lua/C API</a>
46 </li></ul>
47 </li><li>
48 <a class="current" href="status.html">Status</a>
49 </li><li>
50 <a href="faq.html">FAQ</a>
51 </li><li>
52 <a href="http://wiki.luajit.org/">Wiki <span class="ext">&raquo;</span></a>
53 </li><li>
54 <a href="https://luajit.org/list.html">Mailing List <span class="ext">&raquo;</span></a>
55 </li></ul>
56 </div>
57 <div id="main">
58 <p>
59 This documentation is for LuaJIT 2.0.5. Please check the <tt>doc</tt>
60 directory in each git branch for the version-specific documentation.
61 </p>
62 <p>
63 The currently developed branches are LuaJIT&nbsp;2.1 and LuaJIT&nbsp;2.0.
64 </p>
65 <p>
66 LuaJIT&nbsp;2.0 is in feature-freeze &mdash; new features will only
67 be added to LuaJIT&nbsp;2.1.
68 </p>
70 <h2>Current Status</h2>
71 <p>
72 LuaJIT ought to run all Lua&nbsp;5.1-compatible source code just fine.
73 It's considered a serious bug if the VM crashes or produces unexpected
74 results &mdash; please report this.
75 </p>
76 <p>
77 Known incompatibilities and issues in LuaJIT&nbsp;2.0:
78 </p>
79 <ul>
80 <li>
81 There are some differences in <b>implementation-defined</b> behavior.
82 These either have a good reason, are arbitrary design choices
83 or are due to quirks in the VM. The latter cases may get fixed if a
84 demonstrable need is shown.
85 </li>
86 <li>
87 The Lua <b>debug API</b> is missing a couple of features (return
88 hooks for non-Lua functions) and shows slightly different behavior
89 in LuaJIT (no per-coroutine hooks, no tail call counting).
90 </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>
98 <br class="flush">
99 </div>
100 <div id="foot">
101 <hr class="hide">
102 Copyright &copy; 2005-2022
103 <span class="noprint">
104 &middot;
105 <a href="contact.html">Contact</a>
106 </span>
107 </div>
108 </body>
109 </html>