Changes between Initial Version and Version 1 of Ticket #58437


Ignore:
Timestamp:
May 4, 2019, 9:36:38 AM (5 years ago)
Author:
essandess (Steve Smith)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58437 – Description

    initial v1  
    66
    77The offending routines in this example are: {{{sljit_free_code}}} and {{{_pcre_jit_compile}}}.
     8
     9See 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
     11In the current {{{rspamd}}} build that uses native pcre, it reports in its logs:
     12{{{
     132019-05-04 05:03:59 #69648(main) rspamd_regexp_library_init: pcre is compiled without JIT support, so many optimizations are impossible
     14}}}
     15Getting working jit in pcre and pcre2 would be great to have.