X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fmain.ml;fp=src%2Fmain.ml;h=2534d01e9a897f9d06bd6d25749a6c1510c9d42e;hb=5f371ee50291faed9ae0514dfd4ba2aec87faea1;hp=0fbebad07ab8260f707be6a40ff1de8b59b60e46;hpb=8907c4fc162a27e946d6b574102dc3c97075c4e1;p=SXSI%2Fxpathcomp.git diff --git a/src/main.ml b/src/main.ml index 0fbebad..2534d01 100644 --- a/src/main.ml +++ b/src/main.ml @@ -55,7 +55,7 @@ let main v query_string output = if !Options.count_only then let module R = ResJIT.Count in let module M = Runtime.Make(R) in - mk_runtime M.bottom_up_run auto v (query, pattern) R.NS.length R.NS.serialize None + mk_runtime M.bottom_up_run auto v (query, pattern) R.NS.length R.NS.serialize !Options.output_file else let module R = ResJIT.Mat in let module M = Runtime.Make(R) in @@ -72,7 +72,7 @@ let main v query_string output = if !Options.twopass then mk_runtime M.twopass_top_down_run auto v Tree.root R.NS.length R.NS.serialize None else - mk_runtime M.top_down_run auto v Tree.root R.NS.length R.NS.serialize None + mk_runtime M.top_down_run auto v Tree.root R.NS.length R.NS.serialize !Options.output_file else let module R = ResJIT.Mat in let module M = Runtime.Make(R) in