24 Jun 13:50
ANN: LuaJIT 1.1.2 released
From: Mike Pall <mikelu-0606 <at> mike.de>
Subject: ANN: LuaJIT 1.1.2 released
Newsgroups: gmane.comp.lang.lua.general
Date: 2006-06-24 11:54:07 GMT
Subject: ANN: LuaJIT 1.1.2 released
Newsgroups: gmane.comp.lang.lua.general
Date: 2006-06-24 11:54:07 GMT
Hi, this is a minor upgrade for LuaJIT, now based on Lua 5.1.1 and in sync with Coco 1.1.1. No other major changes vs. LuaJIT 1.1.0. An upgrade is especially recommended for developers using LuaJIT on Windows (DirectX FPU state fix, Windows Fibers issues). *** Note: If you've downloaded the interim LuaJIT 1.1.1, please *** upgrade (MSVC, Mac OS X issues). Here is a link to the project home page with full docs: http://luajit.luaforge.net/luajit.html And a direct link to the download page: http://luajit.luaforge.net/download.html You can find the full changelog and performance comparisons here: http://luajit.luaforge.net/luajit_changes.html http://luajit.luaforge.net/luajit_performance.html 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
RSS Feed