Annotation of gforth/Benchres, revision 1.1

1.1     ! anton       1: Some benchmark results for various combinations of hardware, Gforth
        !             2: version, and Gforth configuration. You can measure your combination
        !             3: with `make bench'. You can find a table comparing Gforth with four
        !             4: interpretive Forth systems in the manual (Section Performance), and a
        !             5: comparison with more systems in
        !             6: http://www.complang.tuwien.ac.at/pub/papers/ertl&maierhofer95.ps.gz.
        !             7: 
        !             8: All times are given in seconds of user time.
        !             9: 
        !            10: siev   bubble  matrix  fib     machine and configuration
        !            11: 10.99  12.13   11.34   13.13   Pentium 133MHz 256K PB cache; gcc-2.6.3 -DFORCE_REG; gforth-0.1beta
        !            12: 31.90  35.60   28.30   36.70   i486 66MHz 256K cache; gcc-2.6.3 -DFORCE_REG; gforth-0.1alpha

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