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/changes.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/changes.html') 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: