summaryrefslogtreecommitdiff
path: root/doc/html/pcre2test.html
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-30 17:59:42 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-30 17:59:42 +0000
commit39cc2ca7a57b50f5e52ace41488e86d3ae6ac57e (patch)
tree5ea384c30eb784bc064755f805ac6c01de3bae3e /doc/html/pcre2test.html
parentaa5ad44bbff788278ff716e79340f0c226d165cc (diff)
downloadpcre2-39cc2ca7a57b50f5e52ace41488e86d3ae6ac57e.tar.gz
Minor upgrade to pcre2test and comment in ucptest.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1151 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/html/pcre2test.html')
-rw-r--r--doc/html/pcre2test.html11
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/html/pcre2test.html b/doc/html/pcre2test.html
index 5cf16d5..25af55c 100644
--- a/doc/html/pcre2test.html
+++ b/doc/html/pcre2test.html
@@ -242,10 +242,17 @@ Behave as if each pattern line has the <b>jit</b> modifier; after successful
compilation, each pattern is passed to the just-in-time compiler, if available.
</P>
<P>
+<b>-jitfast</b>
+Behave as if each pattern line has the <b>jitfast</b> modifier; after
+successful compilation, each pattern is passed to the just-in-time compiler, if
+available, and each subject line is passed directly to the JIT matcher via its
+"fast path".
+</P>
+<P>
<b>-jitverify</b>
Behave as if each pattern line has the <b>jitverify</b> modifier; after
successful compilation, each pattern is passed to the just-in-time compiler, if
-available, and the use of JIT is verified.
+available, and the use of JIT for matching is verified.
</P>
<P>
<b>-LM</b>
@@ -2086,7 +2093,7 @@ Cambridge, England.
</P>
<br><a name="SEC21" href="#TOC1">REVISION</a><br>
<P>
-Last updated: 26 June 2019
+Last updated: 30 July 2019
<br>
Copyright &copy; 1997-2019 University of Cambridge.
<br>