From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [RFC PATCH 1/2] hashtable: drop all non-reentrant versions
Date: Wed, 8 Dec 2010 20:19:20 -0500 [thread overview]
Message-ID: <201012082019.21687.vapier@gentoo.org> (raw)
In-Reply-To: <OF280890AF.2970DA02-ONC12577F3.004474F0-C12577F3.0044D6E5@transmode.se>
On Wednesday, December 08, 2010 07:31:54 Joakim Tjernlund wrote:
> > On Wednesday, December 08, 2010 06:26:04 Mike Frysinger wrote:
> > > The non-reentrant versions of the hashtable functions operate on a
> > > single shared hashtable. So if two different people try using these
> > > funcs for two different purposes, they'll cause problems for the
> > > other.
> > >
> > > Avoid this by converting all existing hashtable consumers over to the
> > > reentrant versions and then punting the non-reentrant ones.
> >
> > oh, and this does shrink the final u-boot a little, so that's good
>
> Nice, over the last years I have noticed that u-boot has grown a lot.
> I had to disable a few non essential commands to make it it fit.
>
> Does anyone else share my concern about the rapid growth of u-boot?
i try to go through things about once a release to see about culling crap, but
i focus on things that affect Blackfin, so relocation isnt one
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20101208/bee186b7/attachment.pgp
next prev parent reply other threads:[~2010-12-09 1:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-12-08 11:26 [U-Boot] [RFC PATCH 1/2] hashtable: drop all non-reentrant versions Mike Frysinger
2010-12-08 11:26 ` [U-Boot] [RFC PATCH 2/2] env: re-add support for auto-completion Mike Frysinger
2010-12-17 20:10 ` Wolfgang Denk
2010-12-17 20:35 ` Mike Frysinger
2010-12-17 20:51 ` Wolfgang Denk
2010-12-17 21:51 ` [U-Boot] [PATCH v2] " Mike Frysinger
2011-01-09 16:57 ` Wolfgang Denk
2010-12-08 11:27 ` [U-Boot] [RFC PATCH 1/2] hashtable: drop all non-reentrant versions Mike Frysinger
2010-12-08 12:31 ` Joakim Tjernlund
2010-12-08 14:23 ` Wolfgang Denk
2010-12-08 14:44 ` Joakim Tjernlund
2010-12-09 1:19 ` Mike Frysinger [this message]
2010-12-17 20:07 ` Wolfgang Denk
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=201012082019.21687.vapier@gentoo.org \
--to=vapier@gentoo.org \
--cc=u-boot@lists.denx.de \
/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