summaryrefslogtreecommitdiff
path: root/doc/status.html
diff options
context:
space:
mode:
authorMike Pall <mike>2011-12-14 15:12:49 +0100
committerMike Pall <mike>2011-12-14 15:12:49 +0100
commit6ace80c897a8359bedd3f195d126725cb0bf0f8d (patch)
treeabf2b1b2eed1d3a6b499aa919ea5c6eb46d10428 /doc/status.html
parenta3024683457cab7b1cf1b4029fd1b16e565024a8 (diff)
downloadluajit-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.html4
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
148effort. 148effort.
149</li> 149</li>
150<li> 150<li>
151<b>Trace management</b> needs more tuning: less drastic countermeasures
152against trace explosion and better heuristics in general.
153</li>
154<li>
155Some checks are missing in the JIT-compiled code for obscure situations 151Some checks are missing in the JIT-compiled code for obscure situations
156with <b>open upvalues aliasing</b> one of the SSA slots later on (or 152with <b>open upvalues aliasing</b> one of the SSA slots later on (or
157vice versa). Bonus points, if you can find a real world test case for 153vice versa). Bonus points, if you can find a real world test case for