Re: [PATCH] Futexes IV (Fast Lightweight Userspace Semaphores)

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 8 Mar 2002 20:40:46 +0000 (GMT)


> So I would suggest making the size (and thus alignment check) of locks at
> least 8 bytes (and preferably 16). That makes it slightly harder to put
> locks on the stack, but gcc does support stack alignment, even if the code
> sucks right now.

Can we go to cache line alignment - for an array of locks thats clearly
advantageous

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/