X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fl2JIT.ml;h=c3f212e6dd7d31ac318c1a2ab46512dbf6a1dc4a;hb=refs%2Fheads%2Fmaster;hp=8e623e04df1245bc6be2d83d22a60f732b059804;hpb=e55eb5e1ceafa840dc1d137d7fae5fb06eac3875;p=SXSI%2Fxpathcomp.git diff --git a/src/l2JIT.ml b/src/l2JIT.ml index 8e623e0..c3f212e 100644 --- a/src/l2JIT.ml +++ b/src/l2JIT.ml @@ -219,7 +219,7 @@ let memo = Memo.create 1024 let init () = Memo.clear memo let compute_jump auto tree tag states dir = - if !Options.no_jump then + if !Config.no_jump then if dir == DIR_LEFT then FIRST_CHILD states else NEXT_SIBLING states else @@ -267,7 +267,7 @@ let compile cache2 auto tree tag states = | BOTH(tr, NOP _, r) -> RIGHT (tr, r) | _ -> op in - if not !Options.no_cache then add cache2 tag states op; + if not !Config.no_cache then add cache2 tag states op; op let get_transitions = function