lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

this is a minor upgrade for LuaJIT, merging some important fixes
from Lua 5.1.2. No other major changes vs. LuaJIT 1.1.2.

Here is a link to the project home page with full docs:
  http://luajit.org/luajit.html

And a direct link to the download page:
  http://luajit.org/download.html

You can find the full changelog here:
  http://luajit.org/luajit_changes.html

************************** IMPORTANT NOTE **************************
The LuaJIT project has moved to a dedicated server and a new domain:

  http://luajit.org/

Please update your links and bookmarks -- thank you!

A new project roadmap will be released in a few weeks.
********************************************************************

What is LuaJIT?
---------------

LuaJIT is a Just-In-Time (JIT) Compiler for Lua 5.1. LuaJIT is
light-weight, efficient and extensible. It's fully compatible with
standard Lua and can significantly boost the performance of your
Lua programs.

LuaJIT compiles to x86 (i386+) machine code and supports many
popular operating systems: Linux, *BSD, Mac OS X on Intel,
Solaris x86 and Windows (MSVC or MinGW).

LuaJIT is free software, released under the same license as Lua.

Bye,
     Mike