On 9 Sep 2007 06:47:40 -0000, dleska at gmail dot com
<[EMAIL PROTECTED]> 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

Reply via email to