Author: Anthony Cozzie
Date: 14:23:36 02/22/05
Go up one level in this thread
On February 22, 2005 at 17:19:47, Scott Gasch wrote: >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 My recommendation: Winner is the one that has the best score after g++ foo.c -march=k8 -std=c99 -Os -S ; wc -l foo.s GCC probably has less setup cost, and setup will be a large part of it I guess. anthony
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.