Re: [pcre-dev] JIT is silently off

Top Page
Delete this message
Author: ph10
Date:  
To: ND
CC: Pcre-dev
Subject: 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