Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
b6efe03c
Commit
b6efe03c
authored
Feb 19, 1992
by
ram
Browse files
Conditionalize the optimize declaration on DECLARE-UNSAFE.
parent
042d12ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
benchmarks/cascor1.lisp
View file @
b6efe03c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment