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
Auto merge of rust-lang#129761 - saethlin:cacher-location, r=<try>
Rub come caching on caller_location
Inspired by the huge perf wins from making track_caller a no-op: rust-lang#129704, I started poking around and it looks like we have no deduplication of identical `panic::Location` allocations.
Nora says I can use a query here, but I'm scared of query overhead so I'm going to perf something very crude first.
r? `@ghost`
0 commit comments