freebsd-ports/devel/pcre/pkg-help

3 lines
188 B
Text

Using the heap rather than the stack for recursion (i.e., turning the
STACK_RECURSION knob off) is slower but less prone to segfaults from
stack exhaustion when matching certain patterns.