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
Add @_effects(readnone) to string-based Regex inits
It doesn't seem like regex instantiation is being hoisted out
of loops, which means that both the parsing (which happens at runtime)
and compilation (which happens on first use) are being lost for
string-based and possibly literal regexes. This may address the
issue.
0 commit comments