mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-25 22:12:40 -08:00
cmp: treat compilation-speed as a separate optimization option
Policy api works now with compilation speed (although we have no policies for compilation-speed currently). Supersedes !241.
This commit is contained in:
parent
dae023d2af
commit
7f5eb56055
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
(SAFETY (setq *safety* (second x)))
|
||||
(SPACE (setq *space* (second x)))
|
||||
(SPEED (setq *speed* (second x)))
|
||||
(COMPILATION-SPEED (setq *speed* (- 3 (second x))))
|
||||
(COMPILATION-SPEED (setq *compilation-speed* (second x)))
|
||||
(t (warn "The OPTIMIZE quality ~s is unknown." (car x)))))))
|
||||
(cl:TYPE
|
||||
(if (consp (cdr decl))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue