Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: Chess programming puzzle

Author: Scott Gasch

Date: 14:19:47 02/22/05

Go up one level in this thread


This is cheating but using gcc instead of g++ and using -march can cut it down a
bit.

[ scott@wannabe:~/tmp ] % gcc34 foo.c -march=pentiumpro -std=c99 -O -S ; wc -l
foo.s
      99 foo.s



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.