aboutsummaryrefslogtreecommitdiff
path: root/devel/pcre/pkg-help
blob: bbb5adf41df2309681609914a6a2ed8e9bcef5db (plain) (blame)
1
2
3
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.