summaryrefslogtreecommitdiff
path: root/doc/luajit.html
diff options
context:
space:
mode:
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>
44programming language. 44programming language.
45</p> 45</p>
46<p> 46<p>
47LuaJIT is Copyright &copy; 2005-2008 Mike Pall. 47LuaJIT is Copyright &copy; 2005-2010 Mike Pall.
48LuaJIT is open source software, released under the 48LuaJIT is open source software, released under the
49<a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">&raquo;</span>&nbsp;MIT/X license</a>. 49<a href="http://www.opensource.org/licenses/mit-license.php"><span class="ext">&raquo;</span>&nbsp;MIT/X license</a>.
50</p> 50</p>
@@ -82,8 +82,8 @@ LuaJIT has been in continuous development since 2005. It's widely
82considered to be <b>one of the fastest dynamic language 82considered to be <b>one of the fastest dynamic language
83implementations</b>. It has outperfomed other dynamic languages on many 83implementations</b>. It has outperfomed other dynamic languages on many
84cross-language benchmarks since its first release &mdash; often by a 84cross-language benchmarks since its first release &mdash; often by a
85substantial margin. Only now, in 2009, other dynamic language VMs are 85substantial margin. In 2009 other dynamic language VMs started to catch up
86starting to catch up with the performance of LuaJIT 1.x &hellip; 86with the performance of LuaJIT 1.x. Well, I couldn't let that slide. ;-)
87</p> 87</p>
88<p> 88<p>
892009 also marks the first release of the long-awaited <b>LuaJIT 2.0</b>. 892009 also marks the first release of the long-awaited <b>LuaJIT 2.0</b>.