This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch/rfc] New program_changed event, cleanup some HPUXHPPA mess


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]