RELEASE LuaJIT-2.0.0-beta9

This commit is contained in:
Mike Pall
2011-12-14 15:12:49 +01:00
parent a302468345
commit 6ace80c897
10 changed files with 17 additions and 21 deletions

View File

@@ -148,10 +148,6 @@ with me, before writing major improvements, to avoid duplication of
effort.
</li>
<li>
<b>Trace management</b> needs more tuning: less drastic countermeasures
against trace explosion and better heuristics in general.
</li>
<li>
Some checks are missing in the JIT-compiled code for obscure situations
with <b>open upvalues aliasing</b> one of the SSA slots later on (or
vice versa). Bonus points, if you can find a real world test case for