This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
haxe
/
HaxeFoundation.haxe
mirror da
https://github.com/HaxeFoundation/haxe.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Clear invalidation stats after printing
Rudy Ges
1 anno fa
parent
c29cdfaf72
commit
9b3937c25a
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
src/codegen/codegen.ml
+ 1
- 0
src/codegen/codegen.ml
Vedi File
@@ -468,6 +468,7 @@ module Dump = struct
loop entries 0;
end;
close();
+ Hashtbl.clear stats
end
(*