Re: patch: inlining

From: Hubert Figuiere <hfiguiere_at_teaser.fr>
Date: Thu Dec 30 2004 - 19:16:21 CET

Jordi Mas wrote:
> Hello,
>
> I have been using a profiler with Abiword. I think that make sense to
> inline the following functions. Are you guys OK with this?

inlining virtual methods is useless, because the compiler will no inline
them at all. You always need to lookup the instance vtable for calling a
virtual method.

Hub
Received on Thu Dec 30 19:16:38 2004

This archive was generated by hypermail 2.1.8 : Thu Dec 30 2004 - 19:16:38 CET