]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/TODO (Native compiler improvements): Move old entry here.
authorAndrea Corallo <acorallo@gnu.org>
Mon, 20 Nov 2023 09:19:38 +0000 (10:19 +0100)
committerAndrea Corallo <acorallo@gnu.org>
Mon, 20 Nov 2023 09:29:28 +0000 (10:29 +0100)
etc/TODO

index 58af22405ffb96d05cc1cd8c15e76f2bb7eb3268..a2c1638e0bdc0c42d049c148b43a10d36d5fe61f 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -463,15 +463,6 @@ One way of doing this is to start with fx's dynamic loading, and use it
 to implement things like auto-loaded buffer parsers and database
 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.
 
@@ -901,6 +892,17 @@ in the same CU don't have to go through funcall.  If one of these
 functions is redefined a trampoline is compiled and installed to
 restore the redirection through funcall.
 
+*** Features to be improved or missing
+
+**** 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.
+
 ** NeXTstep port
 
 *** Missing features