Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Another memory latency test (another comment)

Author: Robert Hyatt

Date: 13:09:51 07/22/03

Go up one level in this thread




In looking at your code, it should be noted that a _good_ compiler will
eliminate it completely, which is a problem.  IE a good compiler builds a
complete dependency graph, and it will notice that you are not using any
of the results computed, and they should be simply dropped as "dead code".

I'll test this with gcc and icc and see what happens, for fun.




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.