[Bug c++/33358] Slow calls through simple member function pointers
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Sep 9 10:37:00 GMT 2007
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-09-09 10:37 -------
Subject: Re: Slow calls through simple member function pointers
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
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33358
More information about the Gcc-bugs
mailing list