/usr/share/doc/stalin/benchmarks/compile-stalin-fdlcc-benchmarks is in stalin 0.11-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | #!/bin/sh
./compile-stalin-benchmark boyer
./compile-stalin-benchmark graphs
./compile-stalin-benchmark lattice
./compile-stalin-benchmark nucleic2 -d
./compile-stalin-benchmark matrix
./compile-stalin-benchmark earley
./compile-stalin-benchmark scheme\
"-clone-size-limit 0 -do-not-index-allocated-structure-types-by-expression -do-not-index-constant-structure-types-by-expression -treat-all-symbols-as-external"
./compile-stalin-benchmark conform
./compile-stalin-benchmark nboyer
./compile-stalin-benchmark sboyer
./compile-stalin-benchmark dynamic\
-do-not-index-allocated-structure-types-by-expression
./compile-stalin-benchmark fannkuch
./compile-stalin-benchmark simplex -d
./compile-stalin-benchmark em-functional -d
./compile-stalin-benchmark em-imperative -d
./compile-stalin-benchmark nfm -d
./compile-stalin-benchmark integ -d
./compile-stalin-benchmark gold -d
./compile-stalin-benchmark sort -d
./compile-stalin-benchmark rrr
|