From 2e22d33d9d256e9a1551229f1b51e2a6f02da2f6 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sun, 28 Feb 2010 21:45:38 +0100 Subject: [PATCH] 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/changes.html | 3 ++- doc/faq.html | 5 ++--- doc/install.html | 19 ++++++------------- doc/luajit.html | 5 +++-- doc/status.html | 7 +++---- src/Makefile | 16 +++++++++------- src/lj_arch.h | 1 - 7 files changed, 25 insertions(+), 31 deletions(-) diff --git a/doc/changes.html b/doc/changes.html index 7f2da0a8..33c3f317 100644 --- a/doc/changes.html +++ b/doc/changes.html @@ -58,7 +58,7 @@ to see whether newer versions are available.
  • CPU support:
  • Structural and performance enhancements: