summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-07-11 16:50:18 -0400
committerFrank Ch. Eigler <fche@elastic.org>2008-07-11 16:50:18 -0400
commit7bb73781111a053767a520ed45f1caeb8b9c9dd1 (patch)
tree3a60b8d31f0ba38b0dbad99ffe953d8f08834df8 /ChangeLog
parent3e493754868ecd954281bfffe8b59adb0f461c95 (diff)
downloadsystemtap-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4eaf80b4..8876e28c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.