[pcre-dev] [Bug 2698] Performance regression caused by r1236

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2698] Performance regression caused by r1236
https://bugs.exim.org/show_bug.cgi?id=2698

--- Comment #4 from Thomas Deutschmann <whissi@???> ---
Confirmed, with

> --- a/src/pcre2_jit_compile.c
> +++ b/src/pcre2_jit_compile.c
> @@ -1226,7 +1226,7 @@ while (cc < ccend)
> return TRUE;
> }
>
> -#define EARLY_FAIL_ENHANCE_MAX (1 + 1)
> +#define EARLY_FAIL_ENHANCE_MAX (1 + 2)
>
> /*
> start:


I am back at 10.34 performance.

--
You are receiving this mail because:
You are on the CC list for the bug.