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
Each time a shim is called, we're calling mangle_internal_symbol a half-dozen times to check if that is one of the allocator shims. We should memoize those mangled symbols somewhere.
Each time a shim is called, we're calling
mangle_internal_symbol
a half-dozen times to check if that is one of the allocator shims. We should memoize those mangled symbols somewhere.This was introduced in rust-lang/rust#127173. Cc @bjorn3
The text was updated successfully, but these errors were encountered: