mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-25 18:05:04 +00:00
If some state has already been tried, skip over it as it would never
lead to a match regardless.
This fixes performance/memory issues in cases like
/(a+)+b/.exec("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa")
or
/(a|a?)+b/...
Fixes #2622.
54 KiB
54 KiB