From 4a7ee2cb66daf4d146d645e167a3645ae2692d5d Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Wed, 17 Feb 2010 00:47:55 +0100 Subject: [PATCH] Update docs and changelog. --- doc/changes.html | 45 ++++++++++++++++++++++++++++++++++++--------- doc/luajit.html | 6 +++--- doc/status.html | 6 ------ 3 files changed, 39 insertions(+), 18 deletions(-) diff --git a/doc/changes.html b/doc/changes.html index c650139e..7f2da0a8 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -55,21 +55,48 @@ to see whether newer versions are available.

Development Snapshot

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 Just-In-Time Compiler for the Lua* programming language.

-LuaJIT is Copyright © 2005-2008 Mike Pall. +LuaJIT is Copyright © 2005-2010 Mike Pall. LuaJIT is open source software, released under the » MIT/X license.

@@ -82,8 +82,8 @@ LuaJIT has been in continuous development since 2005. It's widely considered to be one of the fastest dynamic language implementations. It has outperfomed other dynamic languages on many cross-language benchmarks since its first release — 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 … +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. ;-)

2009 also marks the first release of the long-awaited LuaJIT 2.0. diff --git a/doc/status.html b/doc/status.html index ba62625e..23847da9 100644 --- a/doc/status.html +++ b/doc/status.html @@ -206,12 +206,6 @@ interested in sponsoring a port to a particular architecture, please use the given contact address.

  • -There are some planned structural improvements to the compiler, -like compressed snapshot maps or generic handling of calls to helper -methods. These are of lesser importance, unless other developments -elevate their priority. -
  • -
  • Documentation about the internals of LuaJIT is still sorely missing. Although the source code is included and is IMHO well commented, many basic design decisions are in need of an explanation. -- 2.11.4.GIT