Add index to the latest NULL_CHECK_STACK for fast matching

This commit is contained in:
TSUYUSATO Kitsune 2022-10-06 17:11:33 +09:00 committed by Yusuke Endoh
parent aefb7e5fa5
commit cbabba9c82
2 changed files with 18 additions and 4 deletions

View file

@ -828,6 +828,7 @@ typedef intptr_t OnigStackIndex;
typedef struct _OnigStackType {
unsigned int type;
OnigStackIndex null_check;
union {
struct {
UChar *pcode; /* byte code position */