Re: [pcre-dev] Internal errors and crashes with quantified s…

Top Page
Delete this message
Author: Ralf Junker
Date:  
To: pcre-dev
Subject: 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