Re: [pcre-dev] JIT speed tests

2013-03-26 Thread Zoltán Herczeg
Thanks... I'm so sorry but my bad English don't allow me understand this. Is there other word's? I don't feel how to speed up my application by using another thread. You probably have a list of patterns (array, linked list, etc.). Each item should have a pcre and a study. When your

Re: [pcre-dev] JIT speed tests

2013-03-26 Thread ND
On 2013-03-25 19:02, Zoltán Herczeg wrote: It is also possible that the JIT does not help you. No solution is perfect, everything has advantages and disadvantages. I tests JIT against individual patterns. Results are awesome! For some of them JIT is about 6 times faster than interpreter.

Re: [pcre-dev] NO_START_OPTIMIZE in JIT

2013-03-26 Thread ph10
On Sun, 24 Mar 2013, Zoltán Herczeg wrote: If anything else is passed to pcre_exec(...) than the following flags, you trigger the interpreter: #define PUBLIC_JIT_EXEC_OPTIONS \ (PCRE_NO_UTF8_CHECK|PCRE_NOTBOL|PCRE_NOTEOL|PCRE_NOTEMPTY|\