Explorar el Código

Clear invalidation stats after printing

Rudy Ges hace 1 año
padre
commit
9b3937c25a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/codegen/codegen.ml

+ 1 - 0
src/codegen/codegen.ml

@@ -468,6 +468,7 @@ module Dump = struct
 			loop entries 0;
 		end;
 		close();
+		Hashtbl.clear stats
 end
 
 (*