This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/47316] devirtualize calls to virtual methods that are never further overriden
- From: "jamborm at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 17 Jan 2011 12:20:10 +0000
- Subject: [Bug tree-optimization/47316] devirtualize calls to virtual methods that are never further overriden
- Auto-submitted: auto-generated
- References: <bug-47316-4@http.gcc.gnu.org/bugzilla/>
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.