Add a cache of the text section.
authorSoren Sandmann <sandmann@redhat.com>
Sun, 8 Oct 2006 20:14:25 +0000 (20:14 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Sun, 8 Oct 2006 20:14:25 +0000 (20:14 +0000)
commit0cf636d8fee13e6d9fc321caaa9e2289a5f8a821
treed249f0a9d71674eab6874978706bf4e312b3f1f8
parent86810e63a53662c06ddcbd8e635309ebc539df2e
Add a cache of the text section.

2006-10-08  Soren Sandmann  <sandmann@redhat.com>

* elfparser.c (struct ElfParser): Add a cache of the text section.

* binparser.c (struct BinParser): Add a cache of a bin record to
get rid of malloc()/free() overhead.

* elfparser.c (struct ElfSym): Cache the size of the symbol
ChangeLog
binfile.c
binparser.c
elfparser.c