summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-08-28 15:23:03 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-08-28 15:23:03 +0000
commit2c4636957ccfe419a5825b3724af37fdc111b491 (patch)
treecd51957dbcceb91b0c3ba06f3a78a0f8986d3852 /README
parenta0f6e69a6735cd767ac50c39ae646193198c9286 (diff)
downloadpcre-2c4636957ccfe419a5825b3724af37fdc111b491.tar.gz
Documentation for JIT support.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@678 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 3c3ead1..d154c96 100644
--- a/README
+++ b/README
@@ -176,7 +176,9 @@ library. They are also documented in the pcrebuild man page.
. If you want to include support for just-in-time compiling, which can give
large performance improvements on certain platforms, add --enable-jit to the
- "configure" command.
+ "configure" command. This support is available only for certain hardware
+ architectures. If you try to enable it on an unsupported architecture, there
+ will be a compile time error.
. If you want to make use of the support for UTF-8 Unicode character strings in
PCRE, you must add --enable-utf8 to the "configure" command. Without it, the
@@ -837,4 +839,4 @@ The distribution should contain the following files:
Philip Hazel
Email local part: ph10
Email domain: cam.ac.uk
-Last updated: 23 August 2011
+Last updated: 27 August 2011