From 8060f5b53145b977c04bddf414aa541cb73ec536 Mon Sep 17 00:00:00 2001
From: Mike Pall
Date: Tue, 16 Feb 2010 23:39:24 +0100
Subject: Just disable JIT compiler for non-SSE2 CPUs instead of aborting.
---
doc/status.html | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
(limited to 'doc')
diff --git a/doc/status.html b/doc/status.html
index c5564d58..ba62625e 100644
--- a/doc/status.html
+++ b/doc/status.html
@@ -65,10 +65,13 @@ This is a list of the things you should know about the LuaJIT 2.0 beta test:
-
-The JIT compiler can only generate code for CPUs with SSE2 at the
-moment. I.e. you need at least a P4, Core 2/i5/i7 or K8/K10 to use it. I
-plan to fix this during the beta phase and add support for emitting x87
-instructions to the backend.
+The JIT compiler only generates code for CPUs with support for
+SSE2 instructions. I.e. you need at least a P4, Core 2/i5/i7
+or K8/K10 to get the full benefit.
+If you run LuaJIT on older CPUs without SSE2 support, the JIT compiler
+is disabled and the VM falls back to the interpreter.
+Run the command line executable without arguments to show the current status
+(JIT: ON or JIT: OFF).
-
Obviously there will be many bugs in a VM which has been
--
cgit v1.2.3-55-g6feb