This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Bug c++/33358] 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]