From: Joel Brobecker <brobecker@adacore.com>
To: Pedro Alves <palves@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [commit/Ada] Add a symbol lookup cache
Date: Mon, 10 Feb 2014 10:06:00 -0000 [thread overview]
Message-ID: <20140210100622.GU5485@adacore.com> (raw)
In-Reply-To: <52F8A39E.8030300@redhat.com>
> > +/* 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
next prev parent reply other threads:[~2014-02-10 10:06 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-10 7:51 Joel Brobecker
2014-02-10 10:02 ` Pedro Alves
2014-02-10 10:06 ` Joel Brobecker [this message]
2014-02-10 14:08 ` Joel Brobecker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140210100622.GU5485@adacore.com \
--to=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=palves@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox