[Bug c++/33358] Slow calls through simple member function pointers
Andrew Pinski
pinskia@gcc.gnu.org
Sun Sep 9 10:37:00 GMT 2007
On 9 Sep 2007 06:47:40 -0000, dleska at gmail dot com
<gcc-bugzilla@gcc.gnu.org> wrote:
> Is this optimisation not possible in gcc?
Only because the ABI that GCC follows (the IA64 C++ ABI) says
otherwise so we have to follow that.
If you want this optimization, you will need the whole program as even
if there is no inheritence in the current source, there can be in
other places.
-- Pinski
More information about the Gcc-bugs
mailing list