Re: [pcre-dev] [Bug 2030] Exact match mode

2017-02-06 Thread Zoltán Herczeg
In case of anchored matches, there is no need to scan the input for possible starting characters. Several other simplifications (optimizations) are possible as well. So the generated code is different. You can compile the pattern twice though and use the appropriate one. Regards, Zoltan

[pcre-dev] [Bug 2030] Exact match mode

2017-02-06 Thread admin
https://bugs.exim.org/show_bug.cgi?id=2030 --- Comment #4 from Giuseppe D'Angelo --- Many thanks for the insight :) Out of curiosity what is that makes an anchored match NOT use the JIT when passed at match time rather than compile time? -- You are receiving this mail