This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
haxe
/
HaxeFoundation.haxe
espejo de
https://github.com/HaxeFoundation/haxe.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Clear invalidation stats after printing
Rudy Ges
hace 1 año
padre
c29cdfaf72
commit
9b3937c25a
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/codegen/codegen.ml
+ 1
- 0
src/codegen/codegen.ml
Ver fichero
@@ -468,6 +468,7 @@ module Dump = struct
loop entries 0;
end;
close();
+ Hashtbl.clear stats
end
(*