aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Pall <mike>2010-03-02 05:55:23 +0100
committerMike Pall <mike>2010-03-02 05:55:23 +0100
commiteed5585c510718405dfe3c95f64436602879e803 (patch)
tree1ee88d9d6b4ff29ff6f8e7e3c6d3967a3796ec8b /doc
parenta1bacd8d681f3a3f54ed0a29a97e17e28922059a (diff)
downloadluajit-eed5585c510718405dfe3c95f64436602879e803.tar.gz
luajit-eed5585c510718405dfe3c95f64436602879e803.tar.bz2
luajit-eed5585c510718405dfe3c95f64436602879e803.zip
Add support for recursion to changelog.
Diffstat (limited to 'doc')
-rw-r--r--doc/changes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/changes.html b/doc/changes.html
index 33c3f317..16cda402 100644
--- a/doc/changes.html
+++ b/doc/changes.html
@@ -80,6 +80,7 @@ to see whether newer versions are available.
80</ul></li> 80</ul></li>
81<li>Structural and performance enhancements: 81<li>Structural and performance enhancements:
82<ul> 82<ul>
83<li>Compile recursive code (tail-, up- and down-recursion).</li>
83<li>Improve heuristics for bytecode penalties and blacklisting.</li> 84<li>Improve heuristics for bytecode penalties and blacklisting.</li>
84<li>Split CALL/FUNC recording and clean up fast function call semantics.</li> 85<li>Split CALL/FUNC recording and clean up fast function call semantics.</li>
85<li>Major redesign of internal function call handling.</li> 86<li>Major redesign of internal function call handling.</li>