X-Git-Url: http://git.nguyen.vg/gitweb/?a=blobdiff_plain;f=src%2Fl2JIT.ml;h=c3f212e6dd7d31ac318c1a2ab46512dbf6a1dc4a;hb=107df590ff69de765445e22caffd416ef13288d3;hp=8e623e04df1245bc6be2d83d22a60f732b059804;hpb=c560c779122e09b6c38c3167623c3e6e40abe7fc;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