Index: libcfa/src/concurrency/ready_queue.cfa
===================================================================
--- libcfa/src/concurrency/ready_queue.cfa	(revision 86dc95d59add4be3c2ae3fd7001bc7f0c68b4c85)
+++ libcfa/src/concurrency/ready_queue.cfa	(revision 3143f283a40b40ae535cc501e42b7af25b0d3cac)
@@ -39,5 +39,5 @@
 #endif
 
-#define BIAS 16
+#define BIAS 4
 
 // returns the maximum number of processors the RWLock support
@@ -352,8 +352,5 @@
 
 		#if !defined(__CFA_NO_STATISTICS__)
-			if(locali) {
-				__tls_stats()->ready.pick.pop.local++;
-			}
-			if(localj) {
+			if(locali && localj) {
 				__tls_stats()->ready.pick.pop.local++;
 			}
