Update to new caching infrastructure.
authorKim Nguyễn <kn@lri.fr>
Thu, 1 Mar 2012 13:27:59 +0000 (14:27 +0100)
committerKim Nguyễn <kn@lri.fr>
Thu, 1 Mar 2012 13:27:59 +0000 (14:27 +0100)
src/l2JIT.mli

index 9575f34..e6f3aa9 100644 (file)
@@ -23,8 +23,8 @@ val print_jump : Format.formatter -> jump -> unit
 val jump_stat_summary : Format.formatter -> unit
 
 type opcode =
-    CACHE of unit
-  | RETURN of unit
+    CACHE
+  | RETURN
   | LEFT of Translist.t * jump
   | RIGHT of Translist.t * jump
   | BOTH of Translist.t * jump * jump
@@ -35,7 +35,7 @@ val dummy : opcode
 
 val create : unit -> t
 
-val stats : Format.formatter -> t -> unit
+(*val stats : Format.formatter -> t -> unit *)
 
 val find : t -> int -> StateSet.Node.t -> opcode