Skip to content
Snippets Groups Projects
Commit dbb70620 authored by phg's avatar phg
Browse files

Changed the definition of force-cache-flushes by removing unnecessary

call to update-constructors, as suggested by Richard Harris.
parent a311bb37
No related branches found
No related tags found
No related merge requests found
......@@ -1022,8 +1022,7 @@
(wrapper-class-slots owrapper))
(without-interrupts
(setf (slot-value class 'wrapper) nwrapper)
(invalidate-wrapper owrapper ':flush nwrapper))
(update-constructors class))))) ;??? ***
(invalidate-wrapper owrapper ':flush nwrapper))))))
(defun flush-cache-trap (owrapper nwrapper instance)
(declare (ignore owrapper))
......
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