http://bugs.winehq.org/show_bug.cgi?id=54979 marc_aurel@me.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |marc_aurel@me.com --- Comment #19 from marc_aurel@me.com --- Created attachment 80774 --> http://bugs.winehq.org/attachment.cgi?id=80774 Futex congestion improvements Does anything in the following patch help? The adaptive spinlock should improve the multiple threads banging against the same lock scenario (and the lock holder probably being preempted). Also there are some improvements there to avoid collisions on the futex queue, although that will not help with the singular heap CS here, but maybe the slowdown observed in the metaverse client does get better with that... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.