You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/02/13 21:10:46 UTC

svn propchange: r1567996 - svn:log

Author: stefan2
Revision: 1567996
Modified property: svn:log

Modified: svn:log at Thu Feb 13 20:10:46 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Feb 13 20:10:46 2014
@@ -6,8 +6,8 @@ entries get evicted sooner than they sho
 
 We fix this by simply switching to signed global counters which
 compare nicely to unsigned values of less precision. This allows
-us to remain race without introducing a bias (e.g. by saturating
-at 0 upon underflow).
+us to keep the lock-free racy code without introducing a bias
+(e.g. by saturating at 0 upon underflow).
 
 Once at it, fix the local <-> global hit counter inconsistency
 that occurs when the entry hit counter exceeds 4G - which might