Re: [pcre-dev] A native pcre exec for JIT

トップ ページ
このメッセージを削除
著者: Zoltán Herczeg
日付:  
To: Giuseppe D'Angelo
CC: pcre-dev
題目: Re: [pcre-dev] A native pcre exec for JIT
> But out of curiosity, how come that pcre_exec can't just do what this
> function is supposed to do when it has a JIT-compiled pattern, UTF
> checks are not requested, etc.?


The point of the new API is not inventing something which was not possible before. Instead, it increases the performance of the most common case of performance hungry applications in release mode (by eliminating debug checks and some function calls).

Regards,
Zoltan