[Bug 272238] [PATCH] false sharing with pthread rw and spin locks leads to severe perf degradation

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 27 Jun 2023 00:08:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272238

Mateusz Guzik <mjg@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjg@FreeBSD.org

--- Comment #2 from Mateusz Guzik <mjg@FreeBSD.org> ---
Huh, that code is pretty nasty all around -- even with just one lock use
performance under contention is lower than it should be.

That said, your patch pushes it forward even if one could raise some cosmetic
conerners.

Preferably you would mail git format-patch output to me so that i can git am,
otherwise I'm going to write my own commit message and set you as the author.

-- 
You are receiving this mail because:
You are the assignee for the bug.