Fixed command-line options for gambit in benchmarks.
This commit is contained in:
parent
a888325d78
commit
102419f009
|
@ -457,8 +457,7 @@ exec racket -qu "$0" ${1+"$@"}
|
|||
run-gambit-exe
|
||||
extract-gambit-times
|
||||
clean-up-o1
|
||||
(append '(nucleic2)
|
||||
racket-specific-progs))
|
||||
racket-specific-progs)
|
||||
(make-impl 'larceny
|
||||
setup-larceny
|
||||
mk-larceny
|
||||
|
|
|
@ -6,5 +6,8 @@
|
|||
(when (file-exists? (format "~a.o1" name))
|
||||
(delete-file (format "~a.o1" name)))
|
||||
|
||||
(system (format "gsc -:m10000 -dynamic -prelude '(include \"gambit-prelude.sch\")' ~a.sch"
|
||||
(system (format "gsc -:m10000~a -dynamic -prelude '(include \"gambit-prelude.sch\")' ~a.sch"
|
||||
(if (memq (string->symbol name) '(nucleic2))
|
||||
",s"
|
||||
"")
|
||||
name))
|
||||
|
|
Loading…
Reference in New Issue
Block a user