1
Fork 0
rust/compiler/rustc_codegen_ssa
Piotr Osiewicz 563920ce14 rustc_codegen_ssa: Buffer file writes in link_rlib
This makes this step take ~25ms on my machine (M3 Max 64GB) for Zed repo instead of ~150ms. Additionally it takes down the time needed for a clean cargo build of ripgrep from ~6.1s to 5.9s.
This change is mostly relevant for crates with multiple large CGUs.
2024-12-29 01:17:18 +01:00
..
src rustc_codegen_ssa: Buffer file writes in link_rlib 2024-12-29 01:17:18 +01:00
Cargo.toml Bump compiler cc to 1.2.5 2024-12-19 19:02:01 +08:00
messages.ftl fix: rust-lang/rust#47446 2024-11-15 15:25:19 +01:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.