mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
Make the pointer array static to improve cache behavior and reduce calls
2006-10-25 Soren Sandmann <sandmann@daimi.au.dk> * profile.c (add_trace_to_tree): Make the pointer array static to improve cache behavior and reduce calls to malloc(). * process.c (lookup_kernel_symbol): Remove obsolete comment.
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
e2150fc188
commit
d78e744422
@ -1,3 +1,10 @@
|
||||
2006-10-25 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* profile.c (add_trace_to_tree): Make the pointer array static to
|
||||
improve cache behavior and reduce calls to malloc().
|
||||
|
||||
* process.c (lookup_kernel_symbol): Remove obsolete comment.
|
||||
|
||||
2006-10-25 Soren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* process.c (free_maps): Take a pointer to a variable that will be
|
||||
|
||||
Reference in New Issue
Block a user