]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez
authorbors <bors@rust-lang.org>
Thu, 16 Sep 2021 13:47:55 +0000 (13:47 +0000)
committerbors <bors@rust-lang.org>
Thu, 16 Sep 2021 13:47:55 +0000 (13:47 +0000)
commitd1d8145dffde1092135b571d1d19205fe2a8fc44
treeb8f72751ffef454743a9e79412bf5560d4d5f56f
parent2b5ddf36fdc784106b3a064d93dd054c32b1f10f
parent56511924606ab8791a50822952e3101e8030fe8e
Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez

rustdoc: reduce number of copies when using parallel IO

This is Windows-only for now; I was getting really bad slowdowns from this on linux for some reason.

Helps with https://github.com/rust-lang/rust/issues/82741. Follow-up to https://github.com/rust-lang/rust/pull/60971.
src/librustdoc/html/render/context.rs
src/librustdoc/html/render/write_shared.rs
src/librustdoc/html/sources.rs