• Dridi Boukelmoune's avatar
    vre: Add a jit argument to VRE_compile() · 8cdba637
    Dridi Boukelmoune authored
    We always use it internally except:
    
    - where the pcre2_jit_compilation parameter applies
    - when libvcc verifies that a regular expression compiles
    
    For the latter, the verification would attempt a jit compilation as well
    until now, but we no longer need to waste cycles on that.
    8cdba637