https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65478
--- Comment #8 from Martin Jambor <jamborm at gcc dot gnu.org> --- Created attachment 35127 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35127&action=edit Inlining decisions difference (In reply to Martin Jambor from comment #6) > This suggests that cloning of function Search and not inlining > NextMove is only part of the story. > I'm attaching output of my script that compares inlining decisions. "File 1" is wpa inlining dump file generated by r219862, "File 2" is wpa inlining dump generated by r219863 on source where Search was annotated as noclone. (In reply to Jan Hubicka from comment #7) > Yep, that sounds like resonable thing to try to me. > OK, I'll prepare a patch for this part.