Files
glib/glib/tests
Marco Trevisan (Treviño) bec68b2d74 glib/regex: Do not use JIT when using unsupported match options
Do not store jit status for regex unless during initial compilation.
After that, decide whether to use it depending on matching options.

In fact there are some matching options that are incompatible with JIT,
as the PCRE2 docs states:

  Setting PCRE2_ANCHORED or PCRE2_ENDANCHORED at match time is not
  supported by the just-in-time (JIT) compiler. If it is set, JIT
  matching is disabled and the interpretive code in pcre2_match() is
  run. Apart from PCRE2_NO_JIT (obviously), the remaining options are
  supported for JIT matching.

Fixes: GNOME/gtksourceview#283
2022-09-12 14:08:13 +02:00
..
2022-07-05 11:06:49 +00:00
2022-07-25 22:30:22 +01:00
2018-12-17 16:19:31 -05:00
2013-11-23 00:39:07 -05:00
2022-07-25 22:30:22 +01:00
2022-04-14 15:38:47 +04:00
2021-05-13 22:16:27 +01:00
2022-05-19 12:39:33 -04:00
2022-04-28 11:22:53 +01:00