From 2e22d33d9d256e9a1551229f1b51e2a6f02da2f6 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 28 Feb 2010 21:45:38 +0100 Subject: Enable JIT compiler for x64. Only works on Linux/x64 and Windows/x64 right now. Force an x64 build on Linux/x64 with: make CC="gcc -m64" NYI: handle on-trace OOM errors. NYI: improve register allocation for x64. --- doc/luajit.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/luajit.html') diff --git a/doc/luajit.html b/doc/luajit.html index 58dfa32e..66032fdf 100644 --- a/doc/luajit.html +++ b/doc/luajit.html @@ -63,8 +63,9 @@ standard Lua interpreter and can be deployed as a drop-in replacement.

LuaJIT offers more performance, at the expense of portability. It currently runs on all popular operating systems based on x86 CPUs -(Linux, Windows, OSX etc.). A port to x64 CPUs is currently ongoing — -you can follow its progress in the » git repository. +(Linux, Windows, OSX etc.). A preliminary port to Linux/x64 and Windows/x64 +is already available (follow the build instructions +to enable it). Other platforms will be supported in the future, based on user demand and sponsoring.

-- cgit v1.2.3-55-g6feb