> Btw, that new comdat behavior is very well reasonable. In > whole-program mode it should be the old one though.
It is another effect of the patch that in whole-program we bring all comdat functions static except for those having address taken (so the address must be same from all modules) I was doing this on pretty-ipa for a while and it helps quite noticeably for C++. Honza > > Richard.