Re: [pcre-dev] Start optimizations with partial match

Top Page
Delete this message
Author: ND
Date:  
To: Pcre-dev
Subject: Re: [pcre-dev] Start optimizations with partial match
On 2019-06-23 04:33, ND wrote:
> Or this calculations occurs at compile time while partial matching flag
> is set at matchtime?
>


Oh! Now I read docs about it.
It seems that PARTIAL are compiletime option only for JIT. So it seems
that disabling of this calculations may matter to JIT only. May be it can
reduce a bit some compile time in some cases.

At match time there are start optimizations that use this calculations.
It seems that this optimizations are disabled when PARTIAL option used.