Jelajahi Sumber

Remove unnecessary sleep to improve performance marginally

Yentl Van Tendeloo 7 tahun lalu
induk
melakukan
ebc8df5a95
2 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. TEMPAT SAMPAH
      bootstrap/bootstrap.m.gz
  2. 0 1
      bootstrap/compiler.alc

TEMPAT SAMPAH
bootstrap/bootstrap.m.gz


+ 0 - 1
bootstrap/compiler.alc

@@ -43,7 +43,6 @@ Element function compile_model(code : String, metamodel : Element):
 	port = ""
 	while (port == ""):
 		port = comm_connect("compiler")
-		sleep(0.5)
 
 	comm_set(port, "model")