git.fiddlerwoaroof.com
Browse code

feat: optimize generated constructors

Ed L authored on 15/11/2020 01:48:39
Showing 1 changed files
... ...
@@ -66,6 +66,7 @@
66 66
                                                               `(,it nil ,it-p))
67 67
                                                             optional
68 68
                                                             passed-args))))
69
+                  (declare (optimize (speed 3) (debug 0)))
69 70
                   ,(if optional
70 71
                        (let ((heads (reverse (inits optional))))
71 72
                          `(cond ,@(mapcar (lambda (it it-p)