rust/compiler/rustc
bors c23ed3ef28 Auto merge of #148925 - madsmtm:jemalloc-perf, r=Kobzol
Simplify `jemalloc` setup (without perf regression)

Reland https://github.com/rust-lang/rust/pull/146627 after fixing [the performance regression](https://github.com/rust-lang/rust/pull/148851#issuecomment-3525797560) that caused it to be reverted in https://github.com/rust-lang/rust/pull/148896.

This avoids 65f0b7a (second commit in the initial PR), and adds a comment explaining why `extern crate` is needed here instead of `use` (we need to load `tikv_jemalloc_sys` from the sysroot because of https://github.com/rust-lang/cc-rs/issues/1613).

r? Kobzol
2025-11-23 20:34:07 +00:00
..
src Simplify jemalloc setup 2025-11-23 10:44:13 +01:00
build.rs compiler: Add Windows resources to rustc-main and rustc_driver 2025-09-05 14:06:31 -04:00
Cargo.toml Auto merge of #148925 - madsmtm:jemalloc-perf, r=Kobzol 2025-11-23 20:34:07 +00:00
Windows Manifest.xml Add Windows application manifest to rustc-main 2022-05-06 17:16:22 +01:00