From 7bb73781111a053767a520ed45f1caeb8b9c9dd1 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Fri, 11 Jul 2008 16:50:18 -0400 Subject: PR6739: speed up decl-alias cache by avoiding its recomputation; move to per-module/cu --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4eaf80b4..8876e28c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-07-11 Frank Ch. Eigler + + 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 * translate.cxx (dump_unwindsyms): Start tolerating user-space programs, -- cgit