about summary refs log tree commit diff
path: root/src/test/incremental/thinlto
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-10-19 18:44:33 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-10-21 13:02:34 -0700
commit8197a0bbaf2c6ab717b40080e0d1201b634500b6 (patch)
tree7805ffa566494649a23c099633986d21325373e5 /src/test/incremental/thinlto
parentff8773d7be45699fe1aa847b83d096e1c00a516b (diff)
downloadrust-8197a0bbaf2c6ab717b40080e0d1201b634500b6.tar.gz
rust-8197a0bbaf2c6ab717b40080e0d1201b634500b6.zip
rustc: Move bytecode compression into codegen
This commit moves compression of the bytecode from the `link` module to the
`write` module, namely allowing it to be (a) cached by incremental compilation
and (b) produced in parallel. The parallelization may show up as some nice wins
during normal compilation and the caching in incremental mode should be
beneficial for incremental compiles! (no more need to recompress the entire
crate's bitcode on all builds)
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions