Auteur: Ralf Junker
Date:
À: pcre-dev
Sujet: Re: [pcre-dev] Internal errors and crashes with quantified
subroutines
On 22.11.2011 12:33, Philip Hazel wrote:
>> May be LINK_SIZE influences. My PCRE build uses --with-link-size=3
>
> Yes, that would make a difference.
To accommodate changes in LINK_SIZE, would it be reasonable to redefine
COMPILE_WORK_SIZE like this:
#define COMPILE_WORK_SIZE (4096 / 2 * LINK_SIZE)
Ralf