[Issue 3655] Virtual functions without bodies are not optimized away.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Dec 27 05:03:56 PST 2009


http://d.puremagic.com/issues/show_bug.cgi?id=3655



--- Comment #2 from Eldar Insafutdinov <e.insafutdinov at gmail.com> 2009-12-27 05:03:55 PST ---
Ok, actually I am wrong here, final methods are not optimized away - they just
don't exist. And if nobody uses them - you are safe. But the similar behavior
should be present for virtual functions as well I believe - virtual function
without a body should not be present in vtable.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list