http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43745
Michał Walenciak <Kicer86 at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Kicer86 at gmail dot com --- Comment #3 from Michał Walenciak <Kicer86 at gmail dot com> 2011-02-06 19:30:06 UTC --- Another idea is to simplify virtual calls. At the final link, probably most of the virtual calls could be converted into regural calls (as whole program is known, and some base classes may have only one (or zero) descendant, so all virtual calls will affect only it).