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
[monodroid] treat LocalRefsAreIndirect as always true (#9138)
There is an API < 14 code path, that seems like we can just *remove*
and tread all local refs as indirect.
This might speed up `IdentityHash.IdentityHash` a very small amount,
as it no longer checks a `static bool` on each call.
0 commit comments