Fast reader/writer locks
Posted Jan 30, 2003 4:59 UTC (Thu) by
rickfdd (guest, #4519)
Parent article:
Fast reader/writer locks
Can't the pre and post sequence numbers can be combined
to one memory location using odd and even values instead? It
would enable earlier failed read detection, which can spin or
yield as appropriate, although the branch cost is usually
more than the critical section anyway.
(
Log in to post comments)