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

Added explicit context declaration patter to safely compile %PUTHASH and a few

other setf inverses that have silly names.
parent d5bded51
Branches
Tags
No related merge requests found
......@@ -18,7 +18,8 @@
:optimize-interface '(optimize-interface (safety #-small 2 #+small 1)
(debug-info .5))
:context-declarations
'(((:or :external (:and (:match "%") (:match "SET")))
'(((:or :external (:and (:match "%") (:match "SET"))
(:member lisp::%put lisp::%rplaca lisp::%rplacd lisp::%puthash))
(declare (optimize-interface (safety 2) (debug-info 1))
(optimize (debug-info 1))))
((:or (:and :external :macro)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment