diff options
| author | Mike Pall <mike> | 2021-01-02 21:32:09 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2021-01-02 21:32:09 +0100 |
| commit | ebc3503813209e3f46606234b280ef8a7251993c (patch) | |
| tree | 7bed137356b0ab510de75058fa46d1a952500162 /doc/status.html | |
| parent | 65378759f38bb946e40f31799992434effd01bba (diff) | |
| parent | ee855749a188d3d13bba9a0e58f430e138e641ae (diff) | |
| download | luajit-ebc3503813209e3f46606234b280ef8a7251993c.tar.gz luajit-ebc3503813209e3f46606234b280ef8a7251993c.tar.bz2 luajit-ebc3503813209e3f46606234b280ef8a7251993c.zip | |
Merge branch 'master' into v2.1
Diffstat (limited to 'doc/status.html')
| -rw-r--r-- | doc/status.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/status.html b/doc/status.html index fd0ae8ba..1a8c473c 100644 --- a/doc/status.html +++ b/doc/status.html | |||
| @@ -58,9 +58,15 @@ ul li { padding-bottom: 0.3em; } | |||
| 58 | </div> | 58 | </div> |
| 59 | <div id="main"> | 59 | <div id="main"> |
| 60 | <p> | 60 | <p> |
| 61 | <span style="color: #0000c0;">LuaJIT 2.0</span> is the current | 61 | This documentation is for LuaJIT 2.1.0-beta3. Please check the <tt>doc</tt> |
| 62 | <span style="color: #0000c0;">stable branch</span>. This branch is in | 62 | directory in each git branch for the version-specific documentation. |
| 63 | feature-freeze — new features will only be added to LuaJIT 2.1. | 63 | </p> |
| 64 | <p> | ||
| 65 | The currently developed branches are LuaJIT 2.1 and LuaJIT 2.0. | ||
| 66 | </p> | ||
| 67 | <p> | ||
| 68 | LuaJIT 2.0 is in feature-freeze — new features will only | ||
| 69 | be added to LuaJIT 2.1. | ||
| 64 | </p> | 70 | </p> |
| 65 | 71 | ||
| 66 | <h2>Current Status</h2> | 72 | <h2>Current Status</h2> |
| @@ -88,8 +94,7 @@ in LuaJIT (no per-coroutine hooks, no tail call counting). | |||
| 88 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not | 94 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not |
| 89 | handled correctly. The error may fall through an on-trace | 95 | handled correctly. The error may fall through an on-trace |
| 90 | <tt>pcall</tt> or it may be passed on to the function set with | 96 | <tt>pcall</tt> or it may be passed on to the function set with |
| 91 | <tt>lua_atpanic</tt> on x64. This issue will be fixed with the new | 97 | <tt>lua_atpanic</tt> on x64. |
| 92 | garbage collector. | ||
| 93 | </li> | 98 | </li> |
| 94 | </ul> | 99 | </ul> |
| 95 | <br class="flush"> | 100 | <br class="flush"> |
