Autor: ND Datum: To: Pcre-dev Betreff: Re: [pcre-dev] NO_START_OPTIMIZE in JIT
On 2013-03-24 16:53, Zoltán Herczeg wrote: > Both are true.
>If anything else is passed to pcre_exec(...) than the following flags, you trigger the interpreter:
>However, if you pass PCRE_NO_START_OPTIMIZE to pcre_compile(...) it works, since it is known at compile time.
>