Complete.Org: Mailing Lists: Archives: freeciv-dev: October 2002:
[Freeciv-Dev] Re: Making freeciv faster
Home

[Freeciv-Dev] Re: Making freeciv faster

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv development list <freeciv-dev@xxxxxxxxxxx>
Subject: [Freeciv-Dev] Re: Making freeciv faster
From: Raimar Falke <rf13@xxxxxxxxxxxxxxxxx>
Date: Thu, 31 Oct 2002 14:05:44 +0100

On Wed, Oct 30, 2002 at 12:47:24PM +0100, Raimar Falke wrote:
> On Tue, Oct 29, 2002 at 09:46:13PM +0100, Raimar Falke wrote:
> 
> It turns out that there is a way to know which functions are inlined:
> look at the assembly output.

A new version with improved reporting has been put into incoming
(inlined-functions3.tar.gz). Most interesting here is
inlined_by_callee. These files list who often a given function was
inlined. If the function is in () the function is removed.

Also interresting are the called files. Here you see the expansion
clearly: if you compile with icc and just "-O2" you get 884 calls for
freelog. After the inlining there are 1512 freelog calls.

        Raimar

-- 
 email: rf13@xxxxxxxxxxxxxxxxx
 1 + 1 = 3, for large values of 1


[Prev in Thread] Current Thread [Next in Thread]