mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/co...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/daemon/common/co...
Date: Sat, 06 Jan 2007 17:37:11 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       07/01/06 17:37:11

Modified files:
        distrib        : ChangeLog 
        src/daemon/common: commonSwarming.ml 

Log message:
        patch #5660

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1134&r2=1.1135
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/daemon/common/commonSwarming.ml?cvsroot=mldonkey&r1=1.54&r2=1.55

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1134
retrieving revision 1.1135
diff -u -b -r1.1134 -r1.1135
--- distrib/ChangeLog   6 Jan 2007 17:31:48 -0000       1.1134
+++ distrib/ChangeLog   6 Jan 2007 17:37:11 -0000       1.1135
@@ -15,6 +15,7 @@
 =========
 
 2007/01/06
+5660: Swarming: Enable wrongly disabled select block memoization (pango)
 5659: GD: Fix wrong months display (skeeve)
 
 2006/12/08

Index: src/daemon/common/commonSwarming.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/daemon/common/commonSwarming.ml,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- src/daemon/common/commonSwarming.ml 14 Sep 2006 17:34:34 -0000      1.54
+++ src/daemon/common/commonSwarming.ml 6 Jan 2007 17:37:11 -0000       1.55
@@ -2080,7 +2080,7 @@
        (* memoize some results *)
        let memoization_calls = ref 0 in
        let memoization_hits = ref 0 in
-       let debug_memoization = true in
+       let debug_memoization = false in
        let memoize h f p =
          incr memoization_calls;
          try




reply via email to

[Prev in Thread] Current Thread [Next in Thread]