Documented the typed benchmarks.

This commit is contained in:
Vincent St-Amour 2010-05-21 11:01:17 -04:00
parent e3b994abff
commit 61f6a2579b

View File

@ -36,6 +36,9 @@ Most bechmarks were obtained from
Files that end in ".sch" are supposed to be standard Scheme plus `time'. Files that end in ".sch" are supposed to be standard Scheme plus `time'.
Files that end in ".rkt" are Racket wrapper modules or helper scripts. Files that end in ".rkt" are Racket wrapper modules or helper scripts.
Files that end in "-typed.rktl" are Typed Scheme versions of the benchmarks.
Files that end in "-[non-]optimizing.rkt" are Typed Scheme wrappers
that turn Typed Scheme's optimizer on or off.
To build <benchmark>.sch directly with Gambit, Bigloo, or Chicken: To build <benchmark>.sch directly with Gambit, Bigloo, or Chicken:
racket -f mk-gambit.rktl <benchmark> ; gsi -:m10000 <benchmark>.o1 racket -f mk-gambit.rktl <benchmark> ; gsi -:m10000 <benchmark>.o1