Actions
Feature #356
closedPCRE native jit
Effort:
Difficulty:
Label:
Description
pcre >=8.2 support jit already.
So suri can switch to native pcre jit
Actions
Added by delta yeh almost 14 years ago. Updated almost 14 years ago.
Description
pcre >=8.2 support jit already.
So suri can switch to native pcre jit
The just released 1.1beta3 supports PCRE 8.20 JIT mode. I think we can make it the default (if available) in 1.2.
Eric, can you update configure to detect if support for JIT is available and if so enabled it by default?
Pull request sent.
Applied, thanks Eric!