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

Página Principal
Apagar esta mensagem
Autor: Zoltán Herczeg
Data:  
Para: Ralf Junker
CC: pcre-dev@exim.org
Assunto: 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