[Pcre-svn] [887] code/trunk/doc: Document PCRE_CONFIG_JITTAR…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [887] code/trunk/doc: Document PCRE_CONFIG_JITTARGET
Revision: 887
          http://vcs.pcre.org/viewvc?view=rev&revision=887
Author:   ph10
Date:     2012-01-17 14:32:32 +0000 (Tue, 17 Jan 2012)


Log Message:
-----------
Document PCRE_CONFIG_JITTARGET

Modified Paths:
--------------
    code/trunk/doc/pcre_config.3
    code/trunk/doc/pcreapi.3


Modified: code/trunk/doc/pcre_config.3
===================================================================
--- code/trunk/doc/pcre_config.3    2012-01-17 14:25:07 UTC (rev 886)
+++ code/trunk/doc/pcre_config.3    2012-01-17 14:32:32 UTC (rev 887)
@@ -27,6 +27,9 @@
 .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


Modified: code/trunk/doc/pcreapi.3
===================================================================
--- code/trunk/doc/pcreapi.3    2012-01-17 14:25:07 UTC (rev 886)
+++ code/trunk/doc/pcreapi.3    2012-01-17 14:32:32 UTC (rev 887)
@@ -412,6 +412,13 @@
 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 @@
 .rs
 .sp
 .nf
-Last updated: 07 January 2012
+Last updated: 17 January 2012
 Copyright (c) 1997-2012 University of Cambridge.
 .fi