On Sun, Dec 1, 2013 at 8:55 AM, Ingo Molnar <mi...@kernel.org> wrote: > > Keeping the page invariant would bring significant performance > advantages to hashing.
Or not. Rather, it would make things much worse. The virtual address is much simpler and better to avoid needing any page table lookup etc crap. The key is just the mm and the virtual address, and no silly page table walks etc necessary. Of course, I have no idea if people are properly using the private futexes. glibc _should_ use them, but who the heck knows.. Linus -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/