Re: ipa-devirt.c TLC

2013-08-22 Thread Jan Hubicka
> > Btw, how does this all scale with the worst testcase? That is, a very deep > inheritance hierarchy with each level virtually overriding all methods and > very many duplicate input files? Is that really the worst case? We should > make sure not to introduce quadratic or worse algorithms. (I di

Re: ipa-devirt.c TLC

2013-08-22 Thread Richard Biener
Jan Hubicka wrote: >Hi, >this patch fixes some issues with ipa-devirt I noticed since the >initial >commit. > > 1) I added fixes and comments Doji suggested (thanks!) > >2) During the callgraph construction new external nodes may be created >that >needs to be added into the inheritance graph get m

ipa-devirt.c TLC

2013-08-21 Thread Jan Hubicka
Hi, this patch fixes some issues with ipa-devirt I noticed since the initial commit. 1) I added fixes and comments Doji suggested (thanks!) 2) During the callgraph construction new external nodes may be created that needs to be added into the inheritance graph get more complette andwers