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
Small performance optimizations of select instance impl
Get rid of private state-reading helper that does "is OpDescriptor"
instance check and rearrange the code so that we don't have to do this
check on the fast path.
0 commit comments