Changes between Initial Version and Version 1 of Ticket #58437
- Timestamp:
- May 4, 2019, 9:36:38 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58437 – Description
initial v1 6 6 7 7 The offending routines in this example are: {{{sljit_free_code}}} and {{{_pcre_jit_compile}}}. 8 9 See this PR for a {{{Portfile}}} example of the {{{rspamd}}} port that forces the use of the native {{{/usr/lib/libpcre.dylib}}} library (compiled without jit) to avoid this issue. 10 11 In the current {{{rspamd}}} build that uses native pcre, it reports in its logs: 12 {{{ 13 2019-05-04 05:03:59 #69648(main) rspamd_regexp_library_init: pcre is compiled without JIT support, so many optimizations are impossible 14 }}} 15 Getting working jit in pcre and pcre2 would be great to have.