diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2008-07-11 16:50:18 -0400 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2008-07-11 16:50:18 -0400 |
commit | 7bb73781111a053767a520ed45f1caeb8b9c9dd1 (patch) | |
tree | 3a60b8d31f0ba38b0dbad99ffe953d8f08834df8 /ChangeLog | |
parent | 3e493754868ecd954281bfffe8b59adb0f461c95 (diff) | |
download | systemtap-steved-7bb73781111a053767a520ed45f1caeb8b9c9dd1.tar.gz systemtap-steved-7bb73781111a053767a520ed45f1caeb8b9c9dd1.tar.xz systemtap-steved-7bb73781111a053767a520ed45f1caeb8b9c9dd1.zip |
PR6739: speed up decl-alias cache by avoiding its recomputation; move to per-module/cu
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2008-07-11 Frank Ch. Eigler <fche@elastic.org> + PR 6739 + * tapsets.cxx (global_alias_cache): Make this a per-module/cu cache, + just like the function cache. + (update_alias_cache): Removed. Instead ... + (declaration_resolve): Compute the lookup table for this module/cu, + but only once. + +2008-07-11 Frank Ch. Eigler <fche@elastic.org> + * translate.cxx (dump_unwindsyms): Start tolerating user-space programs, which may be unrelocatable. |