Home | History | Annotate | Download | only in dist

Lines Matching refs:jit

491 pcre_config(), and the JIT stack functions, when it doesn't matter which
1113 /* JIT study options for -s+n and /S+n where '1' <= n <= '7'. */
1160 "JIT stack limit reached",
1164 "bad JIT option",
1553 * JIT memory callback *
2933 printf(" jit Just-in-time compiler supported [0, 1]\n");
2952 " -s+ force each pattern to be studied, using JIT if available\n"
2953 " -s++ ditto, verifying when JIT was actually used\n"
2954 " -s+n force each pattern to be studied, using JIT if available,\n"
2955 " where 1 <= n <= 7 selects JIT options\n"
2956 " -s++n ditto, verifying when JIT was actually used\n"
3263 else if (strcmp(argv[op + 1], "jit") == 0)
4125 fprintf(outfile, "Memory allocation (JIT code): %d\n", (int)jitsize);
4378 /* Show this only if the JIT was set by /S, not by -s. */
4383 int jit;
4384 if (new_info(re, extra, PCRE_INFO_JIT, &jit) == 0)
4386 if (jit)
4387 fprintf(outfile, "JIT study was successful\n");
4390 fprintf(outfile, "JIT study was not successful\n");
4392 fprintf(outfile, "JIT support is not available in this version of PCRE\n");
5096 /* Ensure that there is a JIT callback if we want to verify that JIT was
5147 running of pcre_exec(), so disable the JIT optimization. This makes it
5148 possible to run the same set of tests with and without JIT externally
5286 if (verify_jit && jit_was_used) fprintf(outfile, " (JIT)");
5480 if (verify_jit && jit_was_used) fprintf(outfile, " (JIT)");
5568 if (verify_jit && jit_was_used) fprintf(outfile, " (JIT)");