Re: [ANN] LuaJIT-2.0.3

  • From: Ulrich Schmidt <u.sch.zw@xxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Thu, 13 Mar 2014 10:14:46 +0100

I compiled luajit on windows using mingw.

it was necessary to comment out the grep command because there is no grep and you cant be sure there is one on windows. grep is used for a informational message and i commented out this line.

i suggest a test in your makefile, grep is present.

Ulrich Schmidt.

Am 12.03.2014 13:31, schrieb Mike Pall:
LuaJIT 2.0.3 has been released.

This release has the new PS4 port and various important bug fixes
over 2.0.2 -- an update is recommended. Details can be found in
the changelog.

Here is a link to the home page:
   http://luajit.org/luajit.html

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

And a link to the changelog:
   http://luajit.org/changes.html

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

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

LuaJIT is open source software, released under the MIT license.
LuaJIT builds out-of-the-box on most x86 or x64 operating systems
(Linux, Windows, OSX etc.) and can be cross-compiled for embedded
systems based on x64 (PS4), ARM (Android, iOS), PPC (PS3, Xbox 360),
PPC/e500 and MIPS CPUs.

--Mike


Other related posts: