Browse Source

Clear invalidation stats after printing

Rudy Ges 1 year ago
parent
commit
9b3937c25a
1 changed files with 1 additions and 0 deletions
  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
 
 (*