summaryrefslogtreecommitdiff
path: root/doc/pcrejit.3
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-10-05 15:58:51 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-10-05 15:58:51 +0000
commit2274123e3046c8b9c1088818e3ac68569b89215c (patch)
tree071fe32eee558421d06dd67ede28cffde57bf574 /doc/pcrejit.3
parent81c06c3725f4e173b64711b722b645efc206665d (diff)
downloadpcre-2274123e3046c8b9c1088818e3ac68569b89215c.tar.gz
Document Power PC JIT support as experimental.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@717 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc/pcrejit.3')
-rw-r--r--doc/pcrejit.38
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/pcrejit.3 b/doc/pcrejit.3
index bf53f1b..3449fef 100644
--- a/doc/pcrejit.3
+++ b/doc/pcrejit.3
@@ -28,9 +28,11 @@ JIT. The support is limited to the following hardware platforms:
ARM v5, v7, and Thumb2
Intel x86 32-bit and 64-bit
MIPS 32-bit
- Power PC 32-bit and 64-bit
+ Power PC 32-bit and 64-bit (experimental)
.sp
-If --enable-jit is set on an unsupported platform, compilation fails.
+The Power PC support is designated as experimental because it has not been
+fully tested. If --enable-jit is set on an unsupported platform, compilation
+fails.
.P
A program can tell if JIT support is available by calling \fBpcre_config()\fP
with the PCRE_CONFIG_JIT option. The result is 1 when JIT is available, and 0
@@ -265,6 +267,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
-Last updated: 23 September 2011
+Last updated: 05 October 2011
Copyright (c) 1997-2011 University of Cambridge.
.fi