Diff for /gforth/Benchres between versions 1.56 and 1.62

version 1.56, 2004/12/31 13:23:56 version 1.62, 2007/03/12 20:11:55
Line 1 Line 1
 Copyright (C) 2003,2004 Free Software Foundation, Inc.  Copyright (C) 2003,2004,2005,2006 Free Software Foundation, Inc.
   
    This file is free documentation; the Free Software Foundation gives     This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.  unlimited permission to copy, distribute and modify it.
Line 13  http://www.complang.tuwien.ac.at/papers/ Line 13  http://www.complang.tuwien.ac.at/papers/
   
 All times are given in seconds of user time.  All times are given in seconds of user time.
   
   Development results:
   sieve bubble matrix  fib  platform and version
    3.51  3.91   3.54  4.07  Xscale 600MHz; 2007-03-12; gcc-3.3.6
   
 Results with Gforth 0.6.2 (for comparing CPUs):  Results with Gforth 0.6.2 (for comparing CPUs):
 siev    bubble  matrix  fib     machine and configuration  siev    bubble  matrix  fib     machine and configuration
  0.21    0.33    0.14    0.36   Athlon 64 3200+ (2GHz, 1MB L2); gcc-2.95.1; gforth-0.6.2 --enable-force-reg   0.21    0.33    0.14    0.36   Athlon 64 3200+ (2GHz, 1MB L2); gcc-2.95.1; gforth-0.6.2 --enable-force-reg
Line 22  siev bubble matrix fib machine and confi Line 26  siev bubble matrix fib machine and confi
  0.56    0.63    0.36    0.79   Transmeta Crusoe TM5800 (1GHz); gcc-2.95.4; gforth-0.6.2 --enable-force-reg   0.56    0.63    0.36    0.79   Transmeta Crusoe TM5800 (1GHz); gcc-2.95.4; gforth-0.6.2 --enable-force-reg
   
  1.974   2.313   2.033   2.428  Itanium 2 (HP rx2600) 900MHz; gcc-3.3; gforth-0.6.2   1.974   2.313   2.033   2.428  Itanium 2 (HP rx2600) 900MHz; gcc-3.3; gforth-0.6.2
    0.427   0.676   0.303   0.630  PPC970 (G5) 2000MHz; Linux (32-bit executable); gcc-2.95.4; gforth-0.6.2
  1.71    2.18    1.30    2.24   PPC7400 (G4) 450MHz; Linux; gcc-2.95.4; gforth-0.6.2   1.71    2.18    1.30    2.24   PPC7400 (G4) 450MHz; Linux; gcc-2.95.4; gforth-0.6.2
    0.75    1.04    0.41    1.14   PPC7447a (G4) 1066MHz; Linux; gcc-4.1.0; gforth-0.6.2-20060409
  4.18    5.43    3.37    5.88   PPC604e (PowerMac) 200MHz; Linux; gcc-2.95.2; gforth-0.6.2   4.18    5.43    3.37    5.88   PPC604e (PowerMac) 200MHz; Linux; gcc-2.95.2; gforth-0.6.2
   
 All results (for historical perspective):  All results (for historical perspective):
Line 102  siev bubble matrix fib machine and confi Line 107  siev bubble matrix fib machine and confi
 11.6    12.1    10.8    15.6    PA8000 (HP C160) 160MHz 64M RAM; gcc-2.7.2; gforth-0.3.0  11.6    12.1    10.8    15.6    PA8000 (HP C160) 160MHz 64M RAM; gcc-2.7.2; gforth-0.3.0
 30.0    34.1    20.5    33.0    PA-RISC 1.1 (HP 720) 50MHz 64K cache; gcc-2.6.3 -DDIRECT_THREADED; gforth-0.1beta  30.0    34.1    20.5    33.0    PA-RISC 1.1 (HP 720) 50MHz 64K cache; gcc-2.6.3 -DDIRECT_THREADED; gforth-0.1beta
   
    0.89    1.17    0.58    1.18   PPC7447A (G4) 1066MHz; Linux; gcc-2.95.4; gforth-0.6.2
  1.71    2.18    1.30    2.24   PPC7400 (G4) 450MHz; Linux; gcc-2.95.4; gforth-0.6.2   1.71    2.18    1.30    2.24   PPC7400 (G4) 450MHz; Linux; gcc-2.95.4; gforth-0.6.2
  2.11    2.43    1.52    2.66   PPC7400 (G4) 450MHz; Linux; gcc-2.95.2; gforth-0.5.0   2.11    2.43    1.52    2.66   PPC7400 (G4) 450MHz; Linux; gcc-2.95.2; gforth-0.5.0
  3.36    4.06    2.39    4.33   PPC750 (PowerMac 7500, G3-upgrade) 308MHz; Linux; egcs-1.02; gforth 0.4.0-19990312   3.36    4.06    2.39    4.33   PPC750 (PowerMac 7500, G3-upgrade) 308MHz; Linux; egcs-1.02; gforth 0.4.0-19990312

Removed from v.1.56  
changed lines
  Added in v.1.62


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>