Skip to content
Snippets Groups Projects
Commit b6efe03c authored by ram's avatar ram
Browse files

Conditionalize the optimize declaration on DECLARE-UNSAFE.

parent 042d12ae
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
;;; This proclamation buys a certain amount of overall speed at the expense ;;; This proclamation buys a certain amount of overall speed at the expense
;;; of runtime checking. Comment it out when debugging new, bug-infested code. ;;; of runtime checking. Comment it out when debugging new, bug-infested code.
#+declare-unsafe
(proclaim '(optimize (speed 3) (space 0) (safety 0))) (proclaim '(optimize (speed 3) (space 0) (safety 0)))
;;; Style note: Because some of these runs take a long time, this code is ;;; Style note: Because some of these runs take a long time, this code is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment