diff options
author | Mike Pall <mike> | 2011-12-14 15:12:49 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2011-12-14 15:12:49 +0100 |
commit | 6ace80c897a8359bedd3f195d126725cb0bf0f8d (patch) | |
tree | abf2b1b2eed1d3a6b499aa919ea5c6eb46d10428 /doc/status.html | |
parent | a3024683457cab7b1cf1b4029fd1b16e565024a8 (diff) | |
download | luajit-6ace80c897a8359bedd3f195d126725cb0bf0f8d.tar.gz luajit-6ace80c897a8359bedd3f195d126725cb0bf0f8d.tar.bz2 luajit-6ace80c897a8359bedd3f195d126725cb0bf0f8d.zip |
RELEASE LuaJIT-2.0.0-beta9v2.0.0-beta9
Diffstat (limited to 'doc/status.html')
-rw-r--r-- | doc/status.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/status.html b/doc/status.html index 5f8fa463..d9cffe03 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -148,10 +148,6 @@ with me, before writing major improvements, to avoid duplication of | |||
148 | effort. | 148 | effort. |
149 | </li> | 149 | </li> |
150 | <li> | 150 | <li> |
151 | <b>Trace management</b> needs more tuning: less drastic countermeasures | ||
152 | against trace explosion and better heuristics in general. | ||
153 | </li> | ||
154 | <li> | ||
155 | Some checks are missing in the JIT-compiled code for obscure situations | 151 | Some checks are missing in the JIT-compiled code for obscure situations |
156 | with <b>open upvalues aliasing</b> one of the SSA slots later on (or | 152 | with <b>open upvalues aliasing</b> one of the SSA slots later on (or |
157 | vice versa). Bonus points, if you can find a real world test case for | 153 | vice versa). Bonus points, if you can find a real world test case for |