about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-11-26 15:32:16 +0100
committerGitHub <noreply@github.com>2024-11-26 15:32:16 +0100
commit7e3422fab2498d912df127ba0a6fd1e3c29f614d (patch)
tree5492389a053589be3cea372662ab6bb08253f587 /compiler/rustc_codegen_gcc
parent64c0eff655da5d7ba6e5c1cc348f5c45f864a686 (diff)
parent9f1cfec299a1060bdd8382d3e6a6ebd8dc64d3ab (diff)
downloadrust-7e3422fab2498d912df127ba0a6fd1e3c29f614d.tar.gz
rust-7e3422fab2498d912df127ba0a6fd1e3c29f614d.zip
Rollup merge of #133462 - mustartt:aix-improve-bootstrap-loading, r=jieyouxu
Use ReadCache for archive reading in bootstrap

Address expensive archive reading in bootstrap. This fixes https://github.com/rust-lang/rust/issues/133268

Enable the `std` feature of `object` to use `ReadCache` instead of reading the entire archive file into memory to check for headers. This takes minimal extra time to compile compared to introducing other expensive dependencies to `bootstrap`.

r? jieyouxu
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions