René Scharfe <l.s.r@xxxxxx> writes: >> +pcre.jit:: >> + If set to false, disable JIT when using PCRE. Defaults to >> + true. >> + if set to -1 will try first to use JIT and fallback to the >> + interpreter instead of returning an error. > > Why not implement only -1, without adding this config setting? ... nor command line option. If we have an auto-fallback, I would think that makes the most sense. IIRC the first iteration with only the configuration was really about working around the (non-working) pcre-jit---if we can self-detect and skip a non-working case, that would allow us to drop end-user facing knobs, which is ideal. Thanks for a doze of sanity.