summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-17 14:32:32 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-17 14:32:32 +0000
commit107eef07bc3e949c11c280d8e8c34a2dde295b54 (patch)
tree4ebc9752391c34d32a907033c4299dd818b9e07e
parentfcba9dceadb5c9097c7532e9be06056a39a667e4 (diff)
downloadpcre-107eef07bc3e949c11c280d8e8c34a2dde295b54.tar.gz
Document PCRE_CONFIG_JITTARGET
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@887 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--doc/pcre_config.33
-rw-r--r--doc/pcreapi.39
2 files changed, 11 insertions, 1 deletions
diff --git a/doc/pcre_config.3 b/doc/pcre_config.3
index e157b02..8ebf27f 100644
--- a/doc/pcre_config.3
+++ b/doc/pcre_config.3
@@ -27,6 +27,9 @@ point to an unsigned long integer. The available codes are:
.sp
PCRE_CONFIG_JIT Availability of just-in-time compiler
support (1=yes 0=no)
+ PCRE_CONFIG_JITTARGET String containing information about the
+ target architecture for the JIT compiler,
+ or NULL if there is no JIT support
PCRE_CONFIG_LINK_SIZE Internal link size: 2, 3, or 4
PCRE_CONFIG_MATCH_LIMIT Internal resource limit
PCRE_CONFIG_MATCH_LIMIT_RECURSION
diff --git a/doc/pcreapi.3 b/doc/pcreapi.3
index 374bbcc..114efee 100644
--- a/doc/pcreapi.3
+++ b/doc/pcreapi.3
@@ -412,6 +412,13 @@ properties is available; otherwise it is set to zero.
The output is an integer that is set to one if support for just-in-time
compiling is available; otherwise it is set to zero.
.sp
+ PCRE_CONFIG_JITTARGET
+.sp
+The output is a pointer to a zero-terminated "const char *" string. If JIT
+support is available, the string contains the name of the architecture for
+which the JIT compiler is configured, for example "x86 32bit (little endian +
+unaligned)". If JIT support is not available, the result is NULL.
+.sp
PCRE_CONFIG_NEWLINE
.sp
The output is an integer whose value specifies the default character sequence
@@ -2611,6 +2618,6 @@ Cambridge CB2 3QH, England.
.rs
.sp
.nf
-Last updated: 07 January 2012
+Last updated: 17 January 2012
Copyright (c) 1997-2012 University of Cambridge.
.fi