Home | History | Annotate | Download | only in dist

Lines Matching refs:jit

11   This JIT compiler regression test program was written by Zoltan Herczeg
97 int jit = 0;
99 pcre_config(PCRE_CONFIG_JIT, &jit);
101 pcre16_config(PCRE_CONFIG_JIT, &jit);
103 pcre32_config(PCRE_CONFIG_JIT, &jit);
105 if (!jit) {
106 printf("JIT must be enabled to run pcre_jit_test\n");
1159 /* This test compares the behaviour of interpreter and JIT. Although disabling
1171 printf("Running JIT regression tests\n");
1230 printf("\n8 bit: JIT compiler does not support: %s\n", current->pattern);
1261 printf("\n16 bit: JIT compiler does not support: %s\n", current->pattern);
1292 printf("\n32 bit: JIT compiler does not support: %s\n", current->pattern);
1721 printf("\nAll JIT regression tests are successfully passed.\n");