3 lines
188 B
Text
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.
|