summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
authorMike Pall <mike>2010-02-17 00:47:55 +0100
committerMike Pall <mike>2010-02-17 00:47:55 +0100
commit4a7ee2cb66daf4d146d645e167a3645ae2692d5d (patch)
treefe5ff20190a74d183caa2fe55d0e641909c79956 /doc/luajit.html
parent8060f5b53145b977c04bddf414aa541cb73ec536 (diff)
downloadluajit2-4a7ee2cb66daf4d146d645e167a3645ae2692d5d.tar.gz
Update docs and changelog.
Diffstat (limited to 'doc/luajit.html')
-rw-r--r--doc/luajit.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/luajit.html b/doc/luajit.html
index 7c3779d4..58dfa32e 100644
--- a/doc/luajit.html
+++ b/doc/luajit.html
@@ -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>.