[Patch, PR 61061] Add state limit for regex NFA

Tim Shen timshen@google.com
Wed Jul 2 06:23:00 GMT 2014


On Tue, Jul 1, 2014 at 9:43 AM, Tim Shen <timshen91@gmail.com> wrote:
> Committed.

To solve the stack overflow problem given by the PR, we need to
re-write the range quantifier matching. Instead of using _M_clone, we
add a new node type and maintain (one more) counter vector at
executing time. It may be time to restructure the Executors to make
the vectors compact. It may take some time.


-- 
Regards,
Tim Shen



More information about the Libstdc++ mailing list