Lines Matching refs:JIT
4 Subject: [PATCH] gregex: use G_REGEX_OPTIMIZE flag to enable JIT compilation
6 Since we ported gregex to pcre2, the JIT compiler is now available to be
7 used. Let's undeprecate G_REGEX_OPTIMIZE flag to control whether the JIT
8 compilation is requested, since using JIT is itself an optimization.
66 + * case to request JIT compilation */
97 + return _("matching mode is requested that was not compiled for JIT");
130 + case 0: /* JIT enabled successfully */
135 + g_warning ("JIT compilation was requested with G_REGEX_OPTIMIZE, "
136 + "but JIT was unable to allocate executable memory for the "
141 + g_warning ("JIT compilation was requested with G_REGEX_OPTIMIZE, "
142 + "but JIT support is not available. Falling back to "
147 + g_warning ("JIT compilation was requested with G_REGEX_OPTIMIZE, "
148 + "but request for JIT support had unexpectedly failed. "
226 + * @G_REGEX_OPTIMIZE: Since 2.74 and the port to pcre2, requests JIT
232 + * option used the built-in non-JIT optimizations in pcre1.
644 + /* TEST_PARTIAL(pattern, string, expected), no JIT */
653 + /* TEST_PARTIAL(pattern, string, expected) with JIT */
662 + /* Test soft vs. hard partial matching, no JIT */
668 + /* Test soft vs. hard partial matching with JIT */