[master] 6715fb682 param: New pcre_jit_compilation boolean

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jul 5 15:49:05 UTC 2021


commit 6715fb6823285ed700ac1d90d62235e7f5709b0e
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Fri Jun 18 14:05:25 2021 +0200

    param: New pcre_jit_compilation boolean

diff --git a/include/tbl/params.h b/include/tbl/params.h
index 5d1a3952e..c6ba88eb3 100644
--- a/include/tbl/params.h
+++ b/include/tbl/params.h
@@ -706,6 +706,17 @@ PARAM_SIMPLE(
 	/* flags */	EXPERIMENTAL
 )
 
+PARAM_SIMPLE(
+	/* name */	pcre_jit_compilation,
+	/* type */	boolean,
+	/* min */	NULL,
+	/* max */	NULL,
+	/* def */	"on",
+	/* units */	"bool",
+	/* descr */
+	"Use the pcre JIT compiler if available."
+)
+
 PARAM_SIMPLE(
 	/* name */	ping_interval,
 	/* type */	uint,


More information about the varnish-commit mailing list