Open mstange opened 5 months ago
When symbolicating a profile of cargo build --release, i.e. when demangling symbols from rustc_driver-2089107f329fae6d.pdb (which contains LLVM), we spend a lot of time in clone: https://share.firefox.dev/3y2TEK6
cargo build --release
rustc_driver-2089107f329fae6d.pdb
clone
When symbolicating a profile of
cargo build --release
, i.e. when demangling symbols fromrustc_driver-2089107f329fae6d.pdb
(which contains LLVM), we spend a lot of time inclone
: https://share.firefox.dev/3y2TEK6