Tune the Remakefile to re-run tests when the binary changes.
[tatoo.git] / src / eval.ml
index 1b58617..23d1685 100644 (file)
@@ -14,7 +14,7 @@
 (***********************************************************************)
 
 (*
-  Time-stamp: <Last modified on 2013-04-22 17:12:11 CEST by Kim Nguyen>
+  Time-stamp: <Last modified on 2013-04-22 18:25:49 CEST by Kim Nguyen>
 *)
 
 INCLUDE "utils.ml"
@@ -134,7 +134,7 @@ END
     Ata.reset auto;
     while !redo do
       redo := false;
-      Ata.reset auto;
+      Ata.reset auto; (* prevents the .cache2 and .cache4 memoization tables from growing too much *)
       redo := top_down_run auto tree node cache !iter;
       incr iter;
     done;