diff options
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 |