From: Michael Snyder <msnyder@vmware.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: Hui Zhu <teawater@gmail.com>,
"gdb-patches@sourceware.org" <gdb-patches@sourceware.org>
Subject: Re: [RFA] record.c - save some memory in record log.
Date: Sun, 18 Oct 2009 16:14:00 -0000 [thread overview]
Message-ID: <4ADB3D7B.4000600@vmware.com> (raw)
In-Reply-To: <20091018161019.GM5272@adacore.com>
Joel Brobecker wrote:
>> But I think:
>
> Note that I was just idly mentioning a trick I saw us use in the past,
> but it's definitely ok if you guys think it's a bad idea.
>
>> + union
>> + {
>> + gdb_byte *ptr;
>> + gdb_byte buf[2 * sizeof (gdb_byte *)];
>>
>> Make the size of buf more clear.
>
> The problem with this approach is that the size of the union is the
> maximum of all its components. So the size of your union is always
> going to be 8/16 bytes, depending on whether addresses are 4 or 8 bytes.
> Unless buf was meant to be a 2-bytes buffer, then the size is always
> going to be 4 bytes.
>
> With the trick I provided, the size is always going to be exactly as
> much as you need. But, like I said, it's not exactly super clean...
>
Joel, it's a work in progress. ;-)
I see the change I made as having made the data structure
incrementally better. There's always room for a further change
that makes it better still.
next prev parent reply other threads:[~2009-10-18 16:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-15 17:59 Michael Snyder
2009-10-15 19:17 ` Joel Brobecker
2009-10-18 1:53 ` Hui Zhu
2009-10-18 16:10 ` Joel Brobecker
2009-10-18 16:14 ` Michael Snyder [this message]
2009-10-18 1:50 ` Hui Zhu
2009-10-18 3:56 ` Michael Snyder
2009-10-18 4:46 ` Hui Zhu
2009-10-18 16:11 ` Michael Snyder
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=4ADB3D7B.4000600@vmware.com \
--to=msnyder@vmware.com \
--cc=brobecker@adacore.com \
--cc=gdb-patches@sourceware.org \
--cc=teawater@gmail.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