From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Jacobowitz To: Andrew Cagney Cc: Randolph Chung , gdb-patches@sources.redhat.com Subject: Re: [patch/rfc] New program_changed event, cleanup some HPUXHPPA mess Date: Mon, 31 May 2004 20:43:00 -0000 Message-id: <20040531204318.GA29687@nevyn.them.org> References: <20040519204003.GU566@tausq.org> <40AE4F0C.6050407@gnu.org> <20040521190242.GB7207@tausq.org> <40AE6260.2090205@gnu.org> <20040526052753.GU7207@tausq.org> <20040526132546.GB7594@nevyn.them.org> <20040526153530.GZ7207@tausq.org> <40B4D9D6.7040302@gnu.org> <20040528234344.GA11062@nevyn.them.org> <40BB8AD5.3020504@gnu.org> X-SW-Source: 2004-05/msg00795.html On Mon, May 31, 2004 at 03:43:17PM -0400, Andrew Cagney wrote: > We'll find out - the change will put the additional lookups will put the > symtab under extra strain. I have trouble thinking anything will break. Both minimal and full symbol lookups are O(1) already and have been for at least two years. I still don't see why it is preferable not to cache this information in the tdep, pending creation of a per-inferior home to cache it. -- Daniel Jacobowitz