Переглянути джерело

Remove unnecessary sleep to improve performance marginally

Yentl Van Tendeloo 7 роки тому
батько
коміт
ebc8df5a95
2 змінених файлів з 0 додано та 1 видалено
  1. BIN
      bootstrap/bootstrap.m.gz
  2. 0 1
      bootstrap/compiler.alc

BIN
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")