mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
86810e63a5
commit
0cf636d8fe
@ -1,3 +1,12 @@
|
||||
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
|
||||
|
||||
2006-10-08 Soren Sandmann <sandmann@redhat.com>
|
||||
|
||||
* elfparser.c: Remove now unused load-address heuristic
|
||||
|
||||
Reference in New Issue
Block a user