diff options
Diffstat (limited to 'doc')
-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 d7cdffb5..2d750ee1 100644 --- a/doc/status.html +++ b/doc/status.html | |||
@@ -136,10 +136,6 @@ with me, before writing major improvements, to avoid duplication of | |||
136 | effort. | 136 | effort. |
137 | </li> | 137 | </li> |
138 | <li> | 138 | <li> |
139 | <b>Recursion</b> is not traced yet. Often no trace will be generated at | ||
140 | all or some unroll limit will catch it and abort the trace. | ||
141 | </li> | ||
142 | <li> | ||
143 | The trace compiler currently does not back off specialization for | 139 | The trace compiler currently does not back off specialization for |
144 | function call dispatch. It should really fall back to specializing on | 140 | function call dispatch. It should really fall back to specializing on |
145 | the prototype, not the closure identity. This can lead to the so-called | 141 | the prototype, not the closure identity. This can lead to the so-called |