We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa51c9 commit dcde30dCopy full SHA for dcde30d
compiler/rustc_mir_transform/src/cross_crate_inline.rs
@@ -57,7 +57,7 @@ fn cross_crate_inlinable(tcx: TyCtxt<'_>, def_id: LocalDefId) -> bool {
57
&& checker.resumes == 0
58
&& checker.landing_pads == 0
59
&& checker.statements
60
- <= tcx.sess.opts.unstable_opts.cross_crate_inline_threshold.unwrap_or(100)
+ <= tcx.sess.opts.unstable_opts.cross_crate_inline_threshold.unwrap_or(50)
61
}
62
63
struct CostChecker<'b, 'tcx> {
0 commit comments