Home
last modified time | relevance | path

Searched refs:maxstacksize (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c312 lu_byte maxstacksize; member
904 f->maxstacksize=0;
1137 luaD_checkstack(L,p->maxstacksize);
1152 ci->top=L->base+p->maxstacksize;
3123 if(newstack>fs->f->maxstacksize){
3126 fs->f->maxstacksize=cast_byte(newstack);
3892 f->maxstacksize=2;

Completed in 26 milliseconds