Use better defaults for top-down cache size.
[SXSI/xpathcomp.git] / src / l2JIT.ml
index 95c9131..d01d480 100644 (file)
@@ -116,7 +116,7 @@ let print_opcode fmt o = match o with
   end
   end c
 *)
-let create () = Cache.Lvl2.create 4096 dummy
+let create () = Cache.Lvl2.create 512 dummy
 (*
   let stats fmt c =
   let d = Cache.Lvl2.to_array c in