summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2009-02-01 16:19:06 -0800
committerUlrich Drepper <[email protected]>2009-02-01 16:19:06 -0800
commitcea5ee3674c1ee515caf605b52c0a447dd7e4845 (patch)
treeb2912349a21aab842e5cb487597da85b86d9dffd
parent5ee720c60a298352b52513d03ede85814ab63ad5 (diff)
Document possible optimization in libelf.
-rw-r--r--TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index de4aa0f1..2221b2e5 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
ToDo list for elfutils -*-outline-*-
----------------------
-Time-stamp: <2009-01-23 16:28:46 drepper>
+Time-stamp: <2009-01-26 13:07:11 drepper>
* mkinstalldirs
@@ -22,6 +22,13 @@ Time-stamp: <2009-01-23 16:28:46 drepper>
archives and only when having the archive handling separately this
remains maintainable.
+** shdrs in read-only files
+
+ When reading (ELF_C_READ*) then there is no need to malloc Shdr
+ structure in elfXX_getshdr if file is mmaped and unaligned access
+ is allowed or the structure is aligned. Use ELF_F_MALLOCED flag
+ to differentiate.
+
* libdw