You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a common/natural fall out of simple backtracking. We'll want to eventually have loop analysis over an IR to avoid it, but there might be a shorter term fix we can do.
Attempting to match the input
"a"
against the pattern(a*)*
appears to spin the matching engine forever.rdar://96461197
The text was updated successfully, but these errors were encountered: