From: Andrew Cagney <ac131313@redhat.com>
To: David Carlton <carlton@kealia.com>
Cc: Mark Kettenis <kettenis@chello.nl>, gdb-patches@sources.redhat.com
Subject: Re: [RFC/RFA] Per-objfile data mechanism
Date: Tue, 12 Aug 2003 20:08:00 -0000 [thread overview]
Message-ID: <3F394945.1020708@redhat.com> (raw)
In-Reply-To: <yf2isp442r6.fsf@hawaii.kealia.com>
>
> The concrete reason for that suggestion is that I have a patch
> awaiting review adding some per-objfile data that consists of an
> expanding hash table; that can't be handled with an obstack. In
> general, I get the feeling that we're moving a bit more to data
> structures that are less obstack friendly, but who knows. Having said
> that:
So I'm not the only one looking at the N different structures mapping
onto partial symbols :-) They appear to bloat the overhead of a partial
symbol to the point where a more unified structure and a full symbol
might be smaller!
I just converted gdbarch to an obstack and encountered two occasions
where xmrealloc would have made my life a little easier. Instead of
proposing the use of mmalloc (and hence xmrealloc) though, I modified
the algorithms / structures a little and avoided the problem.
Is it possible that the same situtation is being encountered here? A
growable hash table can be implemented without needing to reclaim memory
- something more along the lines of a btree?
Andrew
next prev parent reply other threads:[~2003-08-12 20:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-13 17:17 Mark Kettenis
2003-07-15 15:55 ` David Carlton
2003-07-15 16:17 ` Daniel Jacobowitz
2003-07-15 16:48 ` David Carlton
2003-07-15 17:27 ` Daniel Jacobowitz
2003-08-10 19:03 ` Mark Kettenis
2003-08-11 15:45 ` David Carlton
2003-08-12 20:08 ` Andrew Cagney [this message]
2003-08-12 20:51 ` David Carlton
2003-08-21 22:42 ` Mark Kettenis
2003-09-07 4:26 ` Daniel Jacobowitz
2003-08-13 20:54 ` Daniel Jacobowitz
2003-07-15 17:14 ` Andrew Cagney
2003-07-15 20:00 ` Elena Zannoni
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=3F394945.1020708@redhat.com \
--to=ac131313@redhat.com \
--cc=carlton@kealia.com \
--cc=gdb-patches@sources.redhat.com \
--cc=kettenis@chello.nl \
/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