https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57218
Jan Hubicka <hubicka at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marxin at gcc dot gnu.org Component|tree-optimization |ipa --- Comment #12 from Jan Hubicka <hubicka at gcc dot gnu.org> --- Set component as IPA so it stays at my radar. It is probably too late for GCC 8 but I will try to finally take a look next stage1. Inlining those constructions is often beneficial because things subsequently simplifies. We would probably need bit more context dependent metrics than just single call window we do now. This however is hard to do becuase that makes number of inlining decisions to explode.