]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove todo
authorDaniel Colascione <dancol@dancol.org>
Mon, 14 Jan 2019 10:51:57 +0000 (02:51 -0800)
committerDaniel Colascione <dancol@dancol.org>
Mon, 14 Jan 2019 10:51:57 +0000 (02:51 -0800)
src/pdumper.c

index eb080384f8de346b76ee940d1166ed38b8b63af8..2908ffd12a9cd1628ba3ecc5ea3ab83960323bf8 100644 (file)
   TODO:
 
   - Two-pass dumping: first assemble object list, then write all.
-    This way, we can perform arbitrary reordering.
+    This way, we can perform arbitrary reordering or maybe use fancy
+    graph algorithms to get better locality.
 
   - Don't emit relocations that happen to set Emacs memory locations
     to values they will already have.
 
-  - Check at dump time that relocations are properly aligned.
-
   - Nullify frame_and_buffer_state.
 
   - Preferred base address for relocation-free non-PIC startup.