diff options
author | Mike Pall <mike> | 2015-08-29 23:22:29 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2015-08-29 23:24:26 +0200 |
commit | a3a6866d4c2cc096b478c8f81b73a3b818034b89 (patch) | |
tree | 763f1e2db63fdbc46671e2f44e33ce71a4db2746 /doc | |
parent | ad29314c2c5b205d591e3a6af0a18dc0f69a7f48 (diff) | |
download | luajit-a3a6866d4c2cc096b478c8f81b73a3b818034b89.tar.gz luajit-a3a6866d4c2cc096b478c8f81b73a3b818034b89.tar.bz2 luajit-a3a6866d4c2cc096b478c8f81b73a3b818034b89.zip |
Re-enable trace stitching.
Thanks to Vyacheslav Egorov.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/changes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/changes.html b/doc/changes.html index 64dc4c2a..febb03c7 100644 --- a/doc/changes.html +++ b/doc/changes.html | |||
@@ -90,7 +90,7 @@ Please take a look at the commit history for more details. | |||
90 | </ul></li> | 90 | </ul></li> |
91 | <li>Improvements to the JIT compiler: | 91 | <li>Improvements to the JIT compiler: |
92 | <ul> | 92 | <ul> |
93 | <li>Add trace stitching (disabled for now).</li> | 93 | <li>Add trace stitching.</li> |
94 | <li>Compile various builtins: <tt>string.char()</tt>, <tt>string.reverse()</tt>, <tt>string.lower()</tt>, <tt>string.upper()</tt>, <tt>string.rep()</tt>, <tt>string.format()</tt>, <tt>table.concat()</tt>, <tt>bit.tohex()</tt>, <tt>getfenv(0)</tt>, <tt>debug.getmetatable()</tt>.</li> | 94 | <li>Compile various builtins: <tt>string.char()</tt>, <tt>string.reverse()</tt>, <tt>string.lower()</tt>, <tt>string.upper()</tt>, <tt>string.rep()</tt>, <tt>string.format()</tt>, <tt>table.concat()</tt>, <tt>bit.tohex()</tt>, <tt>getfenv(0)</tt>, <tt>debug.getmetatable()</tt>.</li> |
95 | <li>Compile <tt>string.find()</tt> for fixed string searches (no patterns).</li> | 95 | <li>Compile <tt>string.find()</tt> for fixed string searches (no patterns).</li> |
96 | <li>Compile <tt>BC_TSETM</tt>, e.g. <tt>{1,2,3,f()}</tt>.</li> | 96 | <li>Compile <tt>BC_TSETM</tt>, e.g. <tt>{1,2,3,f()}</tt>.</li> |