diff options
author | Mike Pall <mike> | 2010-02-28 21:45:38 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-02-28 21:51:01 +0100 |
commit | 2e22d33d9d256e9a1551229f1b51e2a6f02da2f6 (patch) | |
tree | 55c51dd77b08afd7044a046cb3b037106285000c /doc/luajit.html | |
parent | 956065fd047de66aab31cd4336f3e663e87db3e3 (diff) | |
download | luajit-2e22d33d9d256e9a1551229f1b51e2a6f02da2f6.tar.gz luajit-2e22d33d9d256e9a1551229f1b51e2a6f02da2f6.tar.bz2 luajit-2e22d33d9d256e9a1551229f1b51e2a6f02da2f6.zip |
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.
Diffstat (limited to '')
-rw-r--r-- | doc/luajit.html | 5 |
1 files changed, 3 insertions, 2 deletions
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. | |||
63 | <p> | 63 | <p> |
64 | LuaJIT offers more performance, at the expense of portability. It | 64 | LuaJIT offers more performance, at the expense of portability. It |
65 | currently runs on all popular operating systems based on <b>x86 CPUs</b> | 65 | currently runs on all popular operating systems based on <b>x86 CPUs</b> |
66 | (Linux, Windows, OSX etc.). A port to x64 CPUs is currently ongoing — | 66 | (Linux, Windows, OSX etc.). A preliminary port to Linux/x64 and Windows/x64 |
67 | you can follow its progress in the <a href="http://luajit.org/download.html"><span class="ext">»</span> git repository</a>. | 67 | is already available (follow the <a href="install.html">build instructions</a> |
68 | to enable it). | ||
68 | Other platforms will be supported in the future, based on user demand | 69 | Other platforms will be supported in the future, based on user demand |
69 | and sponsoring. | 70 | and sponsoring. |
70 | </p> | 71 | </p> |