Fast closure branch
[SXSI/xpathcomp.git] / main.ml
diff --git a/main.ml b/main.ml
index 0064adc..5a7f120 100644 (file)
--- a/main.ml
+++ b/main.ml
@@ -96,7 +96,7 @@ let main v query_string output =
 (*      let _ = test_text v in *)
 (*      let _ = Tree.stats v in *)
       let _ = Printf.eprintf "Timing first_child/next_sibling %!" in
-      let _ = time ~count:5 (Tree.benchmark_fcns)  v in (*
+      let _ = time ~count:0 (Tree.benchmark_fcns)  v in (*
       let _ = Printf.eprintf "Timing last_child/prev_sibling %!" in
       let _ = time (Tree.benchmark_lcps)  v in
       let _ = Printf.eprintf "Timing jump to a %!" in
@@ -165,7 +165,7 @@ let main v query_string output =
          begin
            let _ = Gc.full_major();Gc.compact() in
            let _ = Printf.eprintf "%!" in
-(*         let _ = Gc.set (disabled_gc) in *)
+           let _ = Gc.set (disabled_gc) in 
              if !Options.backward && ((snd test_list) != `NOTHING )then 
                if !Options.count_only then
                let r = time_mem (bottom_up_count auto v )(snd test_list)  in