This is the mail archive of the gdb-patches@sourceware.org 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: [commit/Ada] Add a symbol lookup cache


> > +/* An obstack used to store the entries in our cache.  */
> > +static struct obstack cache_space;
> > +
> > +/* The root of the hash table used to implement our symbol cache.  */
> > +static struct cache_entry *cache[HASH_SIZE];
> 
> Seems to me this should be per program space, not global?

You're right. I'm in the middle of testing the DLL load/unload
cleanup patches, but I will take care of it right after.

Thanks,
-- 
Joel


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