https://bugs.exim.org/show_bug.cgi?id=2460

            Bug ID: 2460
           Summary: Increased minimum match limit with PCRE2 10.34-RC1
                    (JIT)
           Product: PCRE
           Version: N/A
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

The minimum match limit for 10.34-RC1 has changed. Consider this input for
pcre2test:

'^(?=.*x)x',i,jit,dotall
This is a test\=find_limits

With PCRE2 10.33:     Minimum match limit = 1
With PCRE2 10.34-RC1: Minimum match limit = 15

So probably 10.34-RC1 is slower for this pattern.

This change is caused by this SVN commit:
r1100 by zherczeg: Improve single character iterators, add special path to
dotall.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/pcre-dev 

Reply via email to