Skip to content

Commit 9b3937c

Browse files
committed
Clear invalidation stats after printing
1 parent c29cdfa commit 9b3937c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codegen/codegen.ml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ module Dump = struct
468468
loop entries 0;
469469
end;
470470
close();
471+
Hashtbl.clear stats
471472
end
472473

473474
(*

0 commit comments

Comments
 (0)