[Freeciv-Dev] Re: Making freeciv faster
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|
|