We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20de2ba commit 59c5259Copy full SHA for 59c5259
compiler/rustc_monomorphize/src/partitioning/mod.rs
@@ -259,6 +259,8 @@ where
259
debug_dump(tcx, "INITIAL PARTITIONING", &codegen_units);
260
261
// Merge until we have at most `max_cgu_count` codegen units.
262
+ // `merge_codegen_units` is responsible for updating the CGU size
263
+ // estimates.
264
{
265
let _prof_timer = tcx.prof.generic_activity("cgu_partitioning_merge_cgus");
266
partitioner.merge_codegen_units(cx, &mut codegen_units);
0 commit comments