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
Simplify name uniquification in inliner (microsoft#1953)
The current implementation of using the entire call-stack to produce
unique names produces very long names, which makes debugging harder.
Simplify this for now. (We may need some investigation to produce more
meaningful names, which is future work.)
0 commit comments