From: Ingo Molnar <mingo@elte.hu>
To: "Sébastien Dugué" <sebastien.dugue@bull.net>
Cc: Andrew Morton <akpm@osdl.org>,
linux-kernel@vger.kernel.org, tglx@linutronix.de
Subject: Re: [RFC][PATCH RT 1/2] futex_requeue-optimize
Date: Fri, 12 May 2006 13:12:56 +0200 [thread overview]
Message-ID: <20060512111256.GA27481@elte.hu> (raw)
In-Reply-To: <1147432419.3969.70.camel@frecb000686>
* Sébastien Dugué <sebastien.dugue@bull.net> wrote:
> On Fri, 2006-05-12 at 10:10 +0200, Sébastien Dugué wrote:
> > On Fri, 2006-05-12 at 08:32 +0200, Ingo Molnar wrote:
> > > * Andrew Morton <akpm@osdl.org> wrote:
> > >
> > > > Should the futex code be using hlist_heads for that hashtable?
> > >
> > > yeah. That would save 1K of .data on 32-bit platforms, 2K on 64-bit
> > > platforms.
> >
> > I'll try to look into this.
> >
>
> Well, moving the hash bucket list to an hlist may save a few bytes
> on .data, but all the insertions are done at the tail on this list
> which would not be easily done using hlists.
>
> Any thoughts?
just queue to the head. This is a hash-list, ordering has only
performance effects.
Ingo
next prev parent reply other threads:[~2006-05-12 11:13 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-10 9:27 [RFC][PATCH RT 1/2] futex_requeue-optimize Sébastien Dugué
2006-05-11 16:15 ` Andrew Morton
2006-05-12 6:32 ` Ingo Molnar
2006-05-12 8:10 ` Sébastien Dugué
2006-05-12 11:13 ` Sébastien Dugué
2006-05-12 11:12 ` Ingo Molnar [this message]
2006-05-12 13:16 ` Sébastien Dugué
2006-05-12 13:40 ` Ingo Molnar
2006-05-12 8:09 ` Sébastien Dugué
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=20060512111256.GA27481@elte.hu \
--to=mingo@elte.hu \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sebastien.dugue@bull.net \
--cc=tglx@linutronix.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.