File: compile-stalin-baseline-benchmarks

package info (click to toggle)
stalin 0.11-10
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 71,700 kB
  • sloc: ansic: 1,327,976; lisp: 88,332; sh: 1,517; makefile: 229; sed: 100; csh: 28
file content (41 lines) | stat: -rwxr-xr-x 1,862 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#!/bin/bash
./compile-stalin-benchmark boyer\
  "-baseline -closure-conversion-statistics"
./compile-stalin-benchmark graphs\
  "-baseline -closure-conversion-statistics"
./compile-stalin-benchmark lattice\
  "-baseline -closure-conversion-statistics"
./compile-stalin-benchmark nucleic2\
  "-baseline -closure-conversion-statistics -d"
./compile-stalin-benchmark matrix\
  "-baseline -closure-conversion-statistics -dc"
./compile-stalin-benchmark earley\
  "-baseline -closure-conversion-statistics"
./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 -baseline -closure-conversion-statistics"
./compile-stalin-benchmark conform\
  "-baseline -closure-conversion-statistics"
./compile-stalin-benchmark nboyer\
  "-baseline -closure-conversion-statistics"
./compile-stalin-benchmark sboyer\
  "-baseline -closure-conversion-statistics"
./compile-stalin-benchmark dynamic\
  "-do-not-index-allocated-structure-types-by-expression -baseline -closure-conversion-statistics"
./compile-stalin-benchmark fannkuch\
  "-baseline -closure-conversion-statistics"
./compile-stalin-benchmark simplex\
  "-baseline -closure-conversion-statistics -d"
./compile-stalin-benchmark em-functional\
  "-baseline -closure-conversion-statistics -d"
./compile-stalin-benchmark em-imperative\
  "-baseline -closure-conversion-statistics -d"
./compile-stalin-benchmark nfm\
  "-baseline -closure-conversion-statistics -d"
./compile-stalin-benchmark integ\
  "-baseline -closure-conversion-statistics -d"
./compile-stalin-benchmark gold\
  "-baseline -closure-conversion-statistics -d"
./compile-stalin-benchmark sort\
  "-baseline -closure-conversion-statistics -d"
./compile-stalin-benchmark rrr\
  "-baseline -closure-conversion-statistics"