diff options
author | Ulrich Drepper <[email protected]> | 2009-02-01 16:19:06 -0800 |
---|---|---|
committer | Ulrich Drepper <[email protected]> | 2009-02-01 16:19:06 -0800 |
commit | cea5ee3674c1ee515caf605b52c0a447dd7e4845 (patch) | |
tree | b2912349a21aab842e5cb487597da85b86d9dffd | |
parent | 5ee720c60a298352b52513d03ede85814ab63ad5 (diff) |
Document possible optimization in libelf.
-rw-r--r-- | TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 |