1
0
mirror of synced 2026-04-26 04:08:08 +00:00
Files
Interlisp.medley/cl-bench/run-cmucl.sh
Larry Masinter 02ed8d4bf4 add cl-benchmarks
benchmarks probably belong under internal/benchmarks
2020-09-16 23:17:10 -07:00

8 lines
245 B
Bash

#!/bin/bash
CMUCL=${CMUCL:-"cmucl-latest"}
make clean optimize-files
${CMUCL} -noinit -load sysdep/setup-cmucl -load do-compilation-script -eval '(ext:quit)'
${CMUCL} -noinit -load sysdep/setup-cmucl -load do-execute-script -eval '(ext:quit)'