Re: [rfc] optimise unlock_page
- From: Nick Piggin <npiggin@xxxxxxx>
- Date: Sun, 13 May 2007 08:52:47 +0200
On Sun, May 13, 2007 at 05:39:03AM +0100, Hugh Dickins wrote:
On Sun, 13 May 2007, Nick Piggin wrote:
On Fri, May 11, 2007 at 02:15:03PM +0100, Hugh Dickins wrote:
Hmm, well, I think that's fairly horrid, and would it even be
guaranteed to work on all architectures? Playing with one char
of an unsigned long in one way, while playing with the whole of
the unsigned long in another way (bitops) sounds very dodgy to me.
Of course not, but they can just use a regular atomic word sized
bitop. The problem with i386 is that its atomic ops also imply
memory barriers that you obviously don't need on unlock.
But is it even a valid procedure on i386?
Well I think so, but not completely sure. OTOH, I admit this is one
of the more contentious speedups ;) It is likely to be vary a lot by
the arch (I think the P4 is infamous for expensive locked ops, others
may prefer not to mix the byte sized ops with word length ones).
But that aside, I'd still like to do the lock page in nopage and get
this bug fixed. Now it is possible to fix some other way, eg we could
use another page flag (I'd say it would be better to use that flag for
PG_waiters and speed up all PG_locked users), however I think it is fine
to lock the page over fault. It gets rid of some complexity of memory
ordering there, and we already have to do the wait_on_page_locked thing
to prevent the page_mkclean data loss thingy.
I haven't seen a non-microbenchmark where it hurts.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [rfc] optimise unlock_page
- From: Hugh Dickins
- Re: [rfc] optimise unlock_page
- References:
- Re: [rfc] optimise unlock_page
- From: Benjamin Herrenschmidt
- Re: [rfc] optimise unlock_page
- From: Nick Piggin
- Re: [rfc] optimise unlock_page
- From: Nick Piggin
- Re: [rfc] optimise unlock_page
- From: Hugh Dickins
- Re: [rfc] optimise unlock_page
- From: Nick Piggin
- Re: [rfc] optimise unlock_page
- From: Hugh Dickins
- Re: [rfc] optimise unlock_page
- From: Nick Piggin
- Re: [rfc] optimise unlock_page
- From: Hugh Dickins
- Re: [rfc] optimise unlock_page
- From: Nick Piggin
- Re: [rfc] optimise unlock_page
- From: Hugh Dickins
- Re: [rfc] optimise unlock_page
- Prev by Date: Re: linux-2.6.21-gitN - versioning question
- Next by Date: Re: [PATCH]x86_64: build and use GDT on copied compressed kernel
- Previous by thread: Re: [rfc] optimise unlock_page
- Next by thread: Re: [rfc] optimise unlock_page
- Index(es):