]> git.eshelyaron.com Git - emacs.git/commitdiff
* ; Add a TODO for a future optimization
authorAndreaCorallo <akrl@sdf.org>
Tue, 25 Feb 2020 22:41:59 +0000 (22:41 +0000)
committerAndrea Corallo <akrl@sdf.org>
Wed, 26 Feb 2020 12:57:45 +0000 (12:57 +0000)
lisp/emacs-lisp/comp.el

index d34ff3c0c89f8baf295703d7c234631575ec1365..3c993c5c935918943ba179039700e3558368d475 100644 (file)
@@ -1973,6 +1973,9 @@ Prepare every function for final compilation and drive the C back-end."
   (comp-data-container-check (comp-ctxt-d-default comp-ctxt))
   (comp-data-container-check (comp-ctxt-d-impure comp-ctxt))
   (comp-data-container-check (comp-ctxt-d-ephemeral comp-ctxt))
+  ;; TODO: here we could optimize cleaning up objects present in the
+  ;; impure and or in the ephemeral container that are also in the
+  ;; default one.
   (unless comp-dry-run
     (comp--compile-ctxt-to-file name)))