This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Make calls in virtual thunks local if possible
- From: Richard Henderson <rth at redhat dot com>
- To: Andreas Jaeger <aj at suse dot de>
- Cc: Jakub Jelinek <jakub at redhat dot com>, jason at redhat dot com, gcc-patches at gcc dot gnu dot org
- Date: Sun, 13 Jul 2003 12:48:12 -0700
- Subject: Re: [PATCH] Make calls in virtual thunks local if possible
- References: <20030623152017.GA20507@sunsite.ms.mff.cuni.cz> <u83cha8f9h.fsf@gromit.moeb>
On Sun, Jul 13, 2003 at 08:15:22PM +0200, Andreas Jaeger wrote:
> What effect does this have on the generated code? Is this correctness
> or effiency?
Efficiency.
> Are we generating now a call to local function instead
> to a global one?
Yes.
r~