A typical measure is to put all the templates generated into a file. You can add new ones to it as you work through the delivery process. The templates must be compiled and loaded into the application before delivery. To do this:
(in-package "CLOS")
, so that it looks something like this: (in-package "CLOS")
(pre-compile-combined-methods ((1 nil) nil
(multiple-value-prog1 (_call-method_)
(_call-method_)
(_call-method_))))
(define-pre-templates
demand-caching-dcode-miss-function (5 nil (4)))
(define-pre-templates
demand-caching-dcode-miss-function (6 nil (4)))
No matter how many times the template form is printed, it only needs to be included in the template file once.