Update docs and changelog.

This commit is contained in:
Mike Pall
2010-02-17 00:47:55 +01:00
parent 8060f5b531
commit 4a7ee2cb66
3 changed files with 40 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ LuaJIT is a <b>Just-In-Time Compiler</b> for the Lua<sup>*</sup>
programming language.
</p>
<p>
LuaJIT is Copyright &copy; 2005-2008 Mike Pall.
LuaJIT is Copyright &copy; 2005-2010 Mike Pall.
LuaJIT is open source software, released under the
<a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">&raquo;</span>&nbsp;MIT/X license</a>.
</p>
@@ -82,8 +82,8 @@ LuaJIT has been in continuous development since 2005. It's widely
considered to be <b>one of the fastest dynamic language
implementations</b>. It has outperfomed other dynamic languages on many
cross-language benchmarks since its first release &mdash; often by a
substantial margin. Only now, in 2009, other dynamic language VMs are
starting to catch up with the performance of LuaJIT 1.x &hellip;
substantial margin. In 2009 other dynamic language VMs started to catch up
with the performance of LuaJIT 1.x. Well, I couldn't let that slide. ;-)
</p>
<p>
2009 also marks the first release of the long-awaited <b>LuaJIT 2.0</b>.