mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Add index to the latest NULL_CHECK_STACK for fast matching
This commit is contained in:
parent
aefb7e5fa5
commit
cbabba9c82
2 changed files with 18 additions and 4 deletions
1
regint.h
1
regint.h
|
@ -828,6 +828,7 @@ typedef intptr_t OnigStackIndex;
|
|||
|
||||
typedef struct _OnigStackType {
|
||||
unsigned int type;
|
||||
OnigStackIndex null_check;
|
||||
union {
|
||||
struct {
|
||||
UChar *pcode; /* byte code position */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue