From b6efe03c8d8aef280d0dd2f7362e9fb0e5d37e1d Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Wed, 19 Feb 1992 19:56:59 +0000 Subject: [PATCH] Conditionalize the optimize declaration on DECLARE-UNSAFE. --- benchmarks/cascor1.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/benchmarks/cascor1.lisp b/benchmarks/cascor1.lisp index 95acb52ce..62daa1250 100644 --- a/benchmarks/cascor1.lisp +++ b/benchmarks/cascor1.lisp @@ -54,6 +54,7 @@ ;;; This proclamation buys a certain amount of overall speed at the expense ;;; of runtime checking. Comment it out when debugging new, bug-infested code. +#+declare-unsafe (proclaim '(optimize (speed 3) (space 0) (safety 0))) ;;; Style note: Because some of these runs take a long time, this code is -- GitLab