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