Revision: 717
http://vcs.pcre.org/viewvc?view=rev&revision=717
Author: ph10
Date: 2011-10-05 16:58:51 +0100 (Wed, 05 Oct 2011)
Log Message:
-----------
Document Power PC JIT support as experimental.
Modified Paths:
--------------
code/trunk/doc/pcrejit.3
Modified: code/trunk/doc/pcrejit.3
===================================================================
--- code/trunk/doc/pcrejit.3 2011-10-04 16:38:05 UTC (rev 716)
+++ code/trunk/doc/pcrejit.3 2011-10-05 15:58:51 UTC (rev 717)
@@ -28,9 +28,11 @@
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 @@
.rs
.sp
.nf
-Last updated: 23 September 2011
+Last updated: 05 October 2011
Copyright (c) 1997-2011 University of Cambridge.
.fi