From: Daniel Colascione Date: Mon, 14 Jan 2019 10:51:57 +0000 (-0800) Subject: Remove todo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f002a6b71cbc56cdb49cf2fff125fcd69a7dc50;p=emacs.git Remove todo --- diff --git a/src/pdumper.c b/src/pdumper.c index eb080384f8d..2908ffd12a9 100644 --- a/src/pdumper.c +++ b/src/pdumper.c @@ -34,13 +34,12 @@ 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.