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
Nevermind, that PR was flawed because it broke certain guarantees around the GC.
PR was revamped and it works. Only issue is it sometimes shows the method and sometimes the method instance, because sometimes the cached inferred code is discarded.
Inlined methods and some others don't carry module information with them, so they show up as "Unknown" when abbreviated.
May want to look into how that could be corrected so that "Unknown" rarely or never appears.
The text was updated successfully, but these errors were encountered: