Re: [pcre-dev] JIT increase stack requirement for SVN 1295

トップ ページ
このメッセージを削除
著者: Zoltán Herczeg
日付:  
To: Ralf Junker
CC: pcre-dev@exim.org
題目: Re: [pcre-dev] JIT increase stack requirement for SVN 1295
Hi

> My compiler and environment are very different from yours. In particular
> I do not have alloca(). I replaced the only call to alloca() by char
> array[SLJIT_MAX_LOCAL_SIZE]; according to your recommendation a long
> time ago.


But this also affects runtime only, not compile time. I am afraid it is not possible to tell where the jump is without narrowing the revision range. Can you precisely measure the stack size?

Regards,
Zoltan