Actions
Feature #356
closed
DY
EL
PCRE native jit
Feature #356:
PCRE native jit
Effort:
Difficulty:
Label:
Description
pcre >=8.2 support jit already.
So suri can switch to native pcre jit
VJ Updated by Victor Julien over 14 years ago
- Status changed from New to Assigned
- Assignee set to Victor Julien
- Target version set to 1.2
The just released 1.1beta3 supports PCRE 8.20 JIT mode. I think we can make it the default (if available) in 1.2.
VJ Updated by Victor Julien over 14 years ago
- Due date set to 01/06/2012
- Assignee changed from Victor Julien to Eric Leblond
- Target version changed from 1.2 to 1.2rc1
- Estimated time set to 3.00 h
Eric, can you update configure to detect if support for JIT is available and if so enabled it by default?
EL Updated by Eric Leblond over 14 years ago
OK, working on it.
EL Updated by Eric Leblond over 14 years ago
- % Done changed from 0 to 90
- Estimated time changed from 3.00 h to 1.00 h
Pull request sent.
VJ Updated by Victor Julien over 14 years ago
- Status changed from Assigned to Closed
- % Done changed from 90 to 100
Applied, thanks Eric!
Actions