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/faq.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc/faq.html') 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. machine code. This means the code generator must be ported to each architecture. And the fast interpreter is written in assembler and must be ported, too. This is quite an undertaking.
Currently only -x86 CPUs are supported. x64 support is in the works. Other -architectures will follow with sufficient demand and/or -sponsoring. +x86 and x64 CPUs are supported. Other architectures will follow based +on sufficient user demand and/or sponsoring.
-- cgit v1.2.3-55-g6feb