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/faq.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/faq.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/faq.html b/doc/faq.html index 15632eae..6d724325 100644 --- a/doc/faq.html +++ b/doc/faq.html | |||
@@ -137,9 +137,8 @@ The compiler will happily optimize away such indirections.</dd> | |||
137 | machine code. This means the code generator must be ported to each | 137 | machine code. This means the code generator must be ported to each |
138 | architecture. And the fast interpreter is written in assembler and | 138 | architecture. And the fast interpreter is written in assembler and |
139 | must be ported, too. This is quite an undertaking.<br> Currently only | 139 | must be ported, too. This is quite an undertaking.<br> Currently only |
140 | x86 CPUs are supported. x64 support is in the works. Other | 140 | x86 and x64 CPUs are supported. Other architectures will follow based |
141 | architectures will follow with sufficient demand and/or | 141 | on sufficient user demand and/or sponsoring.</dd> |
142 | sponsoring.</dd> | ||
143 | </dl> | 142 | </dl> |
144 | 143 | ||
145 | <dl> | 144 | <dl> |