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

トップ ページ
このメッセージを削除
著者: Ralf Junker
日付:  
To: pcre-dev
題目: 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