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
JIT: remove is rare check from finally cloning (#110483)
There are currently few rarely run finallys, so stop checking for them.
Future changes may introduce some, and cloning them can be beneficial
to nearby hot code.
0 commit comments