diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-02-01 16:19:06 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-02-01 16:19:06 -0800 |
commit | cea5ee3674c1ee515caf605b52c0a447dd7e4845 (patch) | |
tree | b2912349a21aab842e5cb487597da85b86d9dffd /TODO | |
parent | Fix error handling in a few programs. (diff) | |
download | elfutils-cea5ee3674c1ee515caf605b52c0a447dd7e4845.tar.gz elfutils-cea5ee3674c1ee515caf605b52c0a447dd7e4845.tar.bz2 elfutils-cea5ee3674c1ee515caf605b52c0a447dd7e4845.tar.xz |
Document possible optimization in libelf.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,7 @@ | |||
1 | ToDo list for elfutils -*-outline-*- | 1 | ToDo list for elfutils -*-outline-*- |
2 | ---------------------- | 2 | ---------------------- |
3 | 3 | ||
4 | Time-stamp: <2009-01-23 16:28:46 drepper> | 4 | Time-stamp: <2009-01-26 13:07:11 drepper> |
5 | 5 | ||
6 | * mkinstalldirs | 6 | * mkinstalldirs |
7 | 7 | ||
@@ -22,6 +22,13 @@ Time-stamp: <2009-01-23 16:28:46 drepper> | |||
22 | archives and only when having the archive handling separately this | 22 | archives and only when having the archive handling separately this |
23 | remains maintainable. | 23 | remains maintainable. |
24 | 24 | ||
25 | ** shdrs in read-only files | ||
26 | |||
27 | When reading (ELF_C_READ*) then there is no need to malloc Shdr | ||
28 | structure in elfXX_getshdr if file is mmaped and unaligned access | ||
29 | is allowed or the structure is aligned. Use ELF_F_MALLOCED flag | ||
30 | to differentiate. | ||
31 | |||
25 | 32 | ||
26 | * libdw | 33 | * libdw |
27 | 34 | ||