This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tree-optimization/47316] devirtualize calls to virtual methods that are never further overriden


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47316

--- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> 2011-01-17 12:20:09 UTC ---
Actually, thanks for filing the bug.  Devirtualization and other
optimizations (such as struct-reorg) based on type escape analysis are
a debated issue and it is nice to know users have interest in it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]