This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HaxeFoundation.haxe
mirror of
https://github.com/HaxeFoundation/haxe.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Clear invalidation stats after printing
Rudy Ges
1 year ago
parent
c29cdfaf72
commit
9b3937c25a
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
src/codegen/codegen.ml
+ 1
- 0
src/codegen/codegen.ml
View File
@@ -468,6 +468,7 @@ module Dump = struct
loop entries 0;
end;
close();
+ Hashtbl.clear stats
end
(*