]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #81892 - jyn514:no-inline, r=cjgillot
authorbors <bors@rust-lang.org>
Tue, 9 Feb 2021 18:37:33 +0000 (18:37 +0000)
committerbors <bors@rust-lang.org>
Tue, 9 Feb 2021 18:37:33 +0000 (18:37 +0000)
commit097bc6a84f2280a889b9ab4b544f27851a978927
tree57230bacad01f912d4abf600bf88c830e1ce61e9
parent185de5f41a64e1b790524d5873dc1f7e368f64ab
parent4f77a1afc2143f7c09a81a605343e8a976d2fcce
Auto merge of #81892 - jyn514:no-inline, r=cjgillot

[experiment] remove `#[inline]` from rustc_query_system::plumbing

These functions have a ton of generic parameters and are instantiated
over and over again. Hopefully this will reduce binary bloat and speed
up bootstrapping times.

r? `@cjgillot`