You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #141560 - compiler-errors:incr-more-characteristic, r=<try>
[PERF] partition shims into CGU of their characteristic types, if possible
We throw all non-`InstanceKind::Item` mono items into the same fallback CGU. This seems to have been a thing since #32779. This PR investigates: what happens to incremental codegen if we didn't do that, but tried a bit harder to partition shims into the same CGU as their characteristic types?
r? `@ghost`
0 commit comments