From 5660da33968a418c3a3e68b1e2f4c8ddcb4e1298 Mon Sep 17 00:00:00 2001 From: Luke Gorrie Date: Thu, 16 Mar 2017 20:55:54 +0000 Subject: [PATCH] README.md: Note +NO_UNWIND --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e39947d08..e8ea3d6bc9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ RaptorJIT is a fork of LuaJIT targeting Linux/x86-64 server applications. Initial changes (ongoing work): -- Support only Linux/x86-64 with `+JIT +FFI +GC64` and `-GDBJIT +- Support only Linux/x86-64 with `+JIT +FFI +GC64 +NO_UNWIND` and `-GDBJIT -PERFTOOLS -VMEVENT -PROFILE` and otherwise canonical settings. Remove the ~50,000 lines of code for other architectures, operating systems, and features.