Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: ELO Formula/Table

Author: Dann Corbit

Date: 09:04:28 10/15/99

Go up one level in this thread


On October 15, 1999 at 01:31:47, Dave Gomboc wrote:
[snip]
>I'm not sure I can stomach this.  I can see how a naive implementation would
>find it easier to perform inlining if routines in a file are ordered from
>depended on to depends on, but this shouldn't really matter one iota with
>today's compilers. (!?)
GCC (for instance) does terrible if you don't put them in the right order.  Try
it yourself, if you don't believe me.  You'll be shocked.  Most others just do a
little better.  However, the code distance is also very important.  You want to
put the code as close to where it is called as possible.  It sounds absurd, but
you can get up to 25% improvement by judicious choice of function location.



This page took 0 seconds to execute

Last modified: Thu, 15 Apr 21 08:11:13 -0700

Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.