diff options
author | Mike Pall <mike> | 2012-10-24 13:09:06 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2012-10-24 13:09:06 +0200 |
commit | 1fef908a0f8c30bf3cfc1889312ee7dee3556c52 (patch) | |
tree | 3c713dcc6ade600f3803004ff3a8017cc9b34190 /doc | |
parent | 1d5c2ce4e295562daddfe6ce8e470749f0d42542 (diff) | |
download | luajit-1fef908a0f8c30bf3cfc1889312ee7dee3556c52.tar.gz luajit-1fef908a0f8c30bf3cfc1889312ee7dee3556c52.tar.bz2 luajit-1fef908a0f8c30bf3cfc1889312ee7dee3556c52.zip |
Release planning update.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/status.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/status.html b/doc/status.html index 574cf3ce..6eba8772 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -100,15 +100,16 @@ this. | |||
100 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not | 100 | Currently some <b>out-of-memory</b> errors from <b>on-trace code</b> are not |
101 | handled correctly. The error may fall through an on-trace | 101 | handled correctly. The error may fall through an on-trace |
102 | <tt>pcall</tt> or it may be passed on to the function set with | 102 | <tt>pcall</tt> or it may be passed on to the function set with |
103 | <tt>lua_atpanic</tt> on x64. This issue will be fixed in LuaJIT 2.1. | 103 | <tt>lua_atpanic</tt> on x64. This issue will be fixed with the new |
104 | garbage collector. | ||
104 | </li> | 105 | </li> |
105 | </ul> | 106 | </ul> |
106 | 107 | ||
107 | <h2>Roadmap</h2> | 108 | <h2>Roadmap</h2> |
108 | <p> | 109 | <p> |
109 | Please refer to the | 110 | Please refer to the |
110 | <a href="http://www.freelists.org/post/luajit/LuaJIT-Roadmap-20122013"><span class="ext">»</span> LuaJIT | 111 | <a href="http://www.freelists.org/post/luajit/LuaJIT-Roadmap-20122013"><span class="ext">»</span> LuaJIT Roadmap 2012/2013</a> and an |
111 | Roadmap 2012/2013</a> for details. | 112 | <a href="http://www.freelists.org/post/luajit/LuaJIT-Roadmap-20122013-UPDATE"><span class="ext">»</span> update on release planning</a> for details. |
112 | </p> | 113 | </p> |
113 | <p> | 114 | <p> |
114 | </p> | 115 | </p> |