I just saw the change in the commit log: > Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime
So here's the stupid question of the day: doesn't that break thread-safety? Now using the same pcre_extra block in multiple threads causes races on who sets/clears that flag. Cheers, -- Giuseppe D'Angelo -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev
