http://qs321.pair.com?node_id=812934


in reply to Re^3: Regex fun
in thread Regex fun

Regarding the last point, the engine was re-engineered for 5.10. It used to use the C stack, so limits were imposed to prevent stack overflows. Now, the stack it uses is on the heap. The implementation moved away from a recursive model as part of the change.