Closed GoogleCodeExporter closed 9 years ago
As Aliaksey Kandratsenka pointed out, any reason to cast Release_AtomicExchange
to uint64?
Original comment by zatr...@gmail.com
on 10 Mar 2013 at 12:57
r195 | chappedm@gmail.com | 2013-03-10 16:02:46 -0400 (Sun, 10 Mar 2013) | 7
lines
issue-491: Significant performance improvement for spin lock contention
This patch fixes issues where spinlocks under contention were failing to
wakeup waiters, sometimes resulting in blow ups from 13ns to as high as 256ms.
Under heavy contention, applications were observed sleeping for minutes at a
time giving the appearance of a hang.
Original comment by chapp...@gmail.com
on 10 Mar 2013 at 8:03
Original issue reported on code.google.com by
davidjames@google.com
on 8 Jan 2013 at 6:56Attachments: