]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/TODO (pdump): Add a note about native compiler and re-dumping.
authorAndrea Corallo <akrl@sdf.org>
Tue, 6 Apr 2021 15:01:25 +0000 (17:01 +0200)
committerAndrea Corallo <akrl@sdf.org>
Tue, 6 Apr 2021 15:05:34 +0000 (17:05 +0200)
etc/TODO

index 9448617626d7fcadab1d127cb8928b5d6d7e351f..f806b6ca4f18dfc4d66450c289100e65f3a3cbf3 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -500,6 +500,13 @@ access in cases which need more than Lisp.
 
 ** Fix portable dumping so that you can redump without using -batch
 
+*** Redumps and native compiler "preloaded" sub-folder.
+In order to depose new .eln files being compiled into the "preloaded"
+sub-folder the native compiler needs to know in advance if this file
+will be preloaded or not.  As .eln files are not moved afterwards
+subsequent redumps might refer to .eln file out of the "preloaded"
+sub-folder.
+
 ** Imenu could be extended into a file-structure browsing mechanism
 This could use code like that of customize-groups.