Re: [pcre-dev] JIT is silently off

Páxina inicial
Borrar esta mensaxe
Autor: ph10
Data:  
Para: ND
CC: Pcre-dev
Asunto: Re: [pcre-dev] JIT is silently off
On Sun, 25 Oct 2015, ND wrote:

> I found no docs about this silent JIT-off.


In PCRE2, JIT support requires you to call pcre2_jit_compile()
explicitly (there is no pcre2_study() function). The return code from
this tells you whether or not JIT compilation was successful. I will add
some words about maximum size constraints.

Philip

--
Philip Hazel