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
Pre-compute and cache MonoClass name hash (#100847)
During startup we spend a measurable amount of time hashing types, and some of that time is spent hashing classnames over and over again, so this PR caches the hash at class creation time instead.
0 commit comments