Diff for /gforth/Benchres between versions 1.46 and 1.49

version 1.46, 2002/01/01 21:43:23 version 1.49, 2003/03/09 12:54:30
Line 1 Line 1
   Copyright (C) 2003 Free Software Foundation, Inc.
   
      This file is free documentation; the Free Software Foundation gives
   unlimited permission to copy, distribute and modify it.
   
 Some benchmark results for various combinations of hardware, Gforth  Some benchmark results for various combinations of hardware, Gforth
 version, and Gforth configuration. Unless specified otherwise, the  version, and Gforth configuration. Unless specified otherwise, the
 default configurations were used. You can measure your combination  default configurations were used. You can measure your combination
Line 9  http://www.complang.tuwien.ac.at/papers/ Line 14  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.
   
 siev    bubble  matrix  fib     machine and configuration  siev    bubble  matrix  fib     machine and configuration
    0.31    0.42    0.19    0.46   Athlon 1800+ (Palomino, 1.533GHz); gcc-2.95.3;  gforth-0.5.9-20011224 -DFORCE_REG; ELF with dynamic superinstructions
  0.37    0.52    0.24    0.61   Athlon 1200 (Thunderbird); gcc-2.95.1; gforth-0.5.9-20011224 -DFORCE_REG; ELF with dynamic superinstructions   0.37    0.52    0.24    0.61   Athlon 1200 (Thunderbird); gcc-2.95.1; gforth-0.5.9-20011224 -DFORCE_REG; ELF with dynamic superinstructions
  0.75    1.00    1.29    1.20   Athlon 1200 (Thunderbird); gcc-2.95.1; gforth-0.5.9-20011224 -DFORCE_REG; ELF before dynamic superinstructions   0.75    1.00    1.29    1.20   Athlon 1200 (Thunderbird); gcc-2.95.1; gforth-0.5.9-20011224 -DFORCE_REG; ELF before dynamic superinstructions
  1.18    1.53    1.94    1.83   Athlon 800 (Thunderbird); gcc-3.0.2; gforth-0.5.9-20011202 -DFORCE_REG -DUSE_TOS; ELF   1.18    1.53    1.94    1.83   Athlon 800 (Thunderbird); gcc-3.0.2; gforth-0.5.9-20011202 -DFORCE_REG -DUSE_TOS; ELF
  1.31    1.67    2.16    1.97   Athlon 800 (Thunderbird); gcc-3.0.2; gforth-0.5.9-20011202 -DFORCE_REG -DUSE_TOS; ELF   1.31    1.67    2.16    1.97   Athlon 800 (Thunderbird); gcc-3.0.2; gforth-0.5.9-20011202 -DFORCE_REG -DUSE_TOS; ELF
  1.36    1.80    2.18    1.86   Athlon 800 (Thunderbird); gcc-3.0.2; gforth-0.5.9-20011202 -DFORCE_REG; ELF   1.36    1.80    2.18    1.86   Athlon 800 (Thunderbird); gcc-3.0.2; gforth-0.5.9-20011202 -DFORCE_REG; ELF
  1.10    1.46    1.91    1.77   Athlon 800 (Thunderbird); gcc-2.95.1; gforth-0.5.9-20011202 -DFORCE_REG; ELF   1.10    1.46    1.91    1.77   Athlon 800 (Thunderbird); gcc-2.95.1; gforth-0.5.9-20011202 -DFORCE_REG; ELF
    0.60    0.79    1.00    0.92   Pentium 4 2.26 (Northwood); gcc-2.95.3; gforth-0.5.0 -DFORCE_REG; ELF
  1.21    1.64    2.06    2.03   Athlon 750 (Thunderbird); gcc-2.95.1; gforth-0.5.0 -DFORCE_REG; ELF   1.21    1.64    2.06    2.03   Athlon 750 (Thunderbird); gcc-2.95.1; gforth-0.5.0 -DFORCE_REG; ELF
  1.27    1.67    1.95    1.94   Pentium-III 750; gcc-2.95.2; gforth-0.5.0 -DFORCE_REG; ELF   1.27    1.67    1.95    1.94   Pentium-III 750; gcc-2.95.2; gforth-0.5.0 -DFORCE_REG; ELF
  0.81    1.09    0.51    1.23   Athlon 600; gcc-2.95.2; gforth-0.5.9-20011224 -DFORCE_REG; ELF with dynamic superinstructions   0.81    1.09    0.51    1.23   Athlon 600; gcc-2.95.2; gforth-0.5.9-20011224 -DFORCE_REG; ELF with dynamic superinstructions

Removed from v.1.46  
changed lines
  Added in v.1.49


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