rurban / re-engine-PCRE2

use pcre-jit instead of slow perl regex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

check version-specific failures

rurban opened this issue · comments

Those fail in the split test t/s.t: 5.10,5.12,5.18.5.20,5.26. cperl 5.26 is good.

Caused by wrong expr argument to op_comp.

A wrong cSVOPx_sv(expr), e.g. from a list op list -> pushmark -> const(SVOP).
Fixed with 89710d3