| 1944 |
|
|
| 1945 |
/* JIT compiling modes. The function list is indexed by them. */ |
/* JIT compiling modes. The function list is indexed by them. */ |
| 1946 |
enum { JIT_COMPILE, JIT_PARTIAL_SOFT_COMPILE, JIT_PARTIAL_HARD_COMPILE, |
enum { JIT_COMPILE, JIT_PARTIAL_SOFT_COMPILE, JIT_PARTIAL_HARD_COMPILE, |
| 1947 |
JIT_NUMBER_OF_COMPILE_TYPES }; |
JIT_NUMBER_OF_COMPILE_MODES }; |
| 1948 |
|
|
| 1949 |
/* The real format of the start of the pcre block; the index of names and the |
/* The real format of the start of the pcre block; the index of names and the |
| 1950 |
code vector run on as long as necessary after the end. We store an explicit |
code vector run on as long as necessary after the end. We store an explicit |