emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 86cc937 6/6: * ; Add a TODO for a future optimizatio


From: Andrea Corallo
Subject: feature/native-comp 86cc937 6/6: * ; Add a TODO for a future optimization
Date: Wed, 26 Feb 2020 08:09:13 -0500 (EST)

branch: feature/native-comp
commit 86cc9377cec397884744fcc4d0e5b555cbc3ca46
Author: AndreaCorallo <address@hidden>
Commit: Andrea Corallo <address@hidden>

    * ; Add a TODO for a future optimization
---
 lisp/emacs-lisp/comp.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index d34ff3c..3c993c5 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]