Vincent Snijders 9039afdead * fixed overflow when calculating frequencies преди 16 години
..
io 11083d88b3 Merged revisions 11337-11338,11341-11345,11348,11350-11361,11363-11368,11370,11376-11392,11397-11400,11402-11410,11415-11419,11421,11423-11426,11429-11464,11466-11468,11471-11486,11489,11491-11517,11522,11524-11527,11529-11534,11536-11550,11552,11554,11556,11558-11561,11563,11565-11570,11572-11587,11589-11618,11620,11623-11627,11629-11663,11668-11669,11671-11682,11684,11686-11688,11693,11697,11699-11700,11703-11704,11708-11711,11719-11722,11727,11730-11732,11738-11777,11779,11782-11784,11786-11809,11811-11821,11823-11830,11832-11835,11837-11847,11849-11871,11873-11875,11879-11880,11884-11888,11890,11896-11898,11903-11919,11926-11930,11933-11934,11936-11937,11939-11940,11942-11985,11987-11991,11993-12013,12015-12017,12019-12040,12043,12045 via svnmerge from преди 17 години
log 952e80a72f * old logs removed and tabs fixed преди 23 години
obsolete 7a643c0907 * moved obsolete shootout benchmark to obsolete directory преди 19 години
src 9039afdead * fixed overflow when calculating frequencies преди 16 години
README.txt b9a384ba08 * multiple fpc version support for shootout преди 18 години
fpascal2.diff b9a384ba08 * multiple fpc version support for shootout преди 18 години

README.txt

This is a download of the shootout benchmark.

Shootout Website:
http://shootout.alioth.debian.org/

Old win32 site:
http://dada.perl.it/shootout/index.html

Directories:
Dir Contents
--- --------
src Pascal source files. bench.c contains sources of all (gcc) C equivalents.
obsolete Tests not used anymore on shootout.alioth.debian.org
log Logs from shootout tests on website.
io Input and expected output files for some tests.


Files:
fpascal2.diff Patch for shootout CVS checkout to add a second FPC release for
comparison with 2 FPC versions

Running shootout tip:

If you want to run the tests for FPC and GCC don't forget to include a * in front of the name
otherwise it will not newer revisions (called benchmark.lang-#.lang) of some benchmarks

To run multiple languages use:

make SELECT_LANGS='{*fpascal,*fpascal2,*gcc}' clean plot

to run a single language don't use the { }:

make SELECT_LANGS='*fpascal' clean plot