Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: gdb-patches@sourceware.org
Cc: toolchain-devel@blackfin.uclinux.org
Subject: Re: [PATCH] sim: punt zfree()
Date: Mon, 07 Feb 2011 06:10:00 -0000	[thread overview]
Message-ID: <201102070109.56384.vapier@gentoo.org> (raw)
In-Reply-To: <201101131935.00037.vapier@gentoo.org>

[-- Attachment #1: Type: Text/Plain, Size: 709 bytes --]

On Thursday, January 13, 2011 19:34:59 Mike Frysinger wrote:
> On Thursday, December 30, 2010 16:08:40 Mike Frysinger wrote:
> > The sim keeps track of which allocations are zero-ed internally (via
> > zalloc) and then calls a helper "zfree" function rather than "free".
> > But this "zfree" function simply calls "free" itself.  Since I can
> > see no point in this and it is simply useless overhead, punt it.
> > 
> > The only real change is in hw-alloc.c where we remove the zalloc_p
> > tracking, and sim-utils.c where zfree is delete.  The rest of the
> > changes are a simple `sed` from "zfree" to "free".
> 
> so i guess there's no real reason to keep this indirection ?

ping ...
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  reply	other threads:[~2011-02-07  6:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-30 23:07 Mike Frysinger
2011-01-14  1:54 ` Mike Frysinger
2011-02-07  6:10   ` Mike Frysinger [this message]
2011-02-14  4:04 ` Joel Brobecker
2011-02-14  5:14   ` Mike Frysinger

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=201102070109.56384.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gdb-patches@sourceware.org \
    --cc=toolchain-devel@blackfin.uclinux.org \
    /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