Browse Source

Remove unnecessary sleep to improve performance marginally

Yentl Van Tendeloo 5 years ago
parent
commit
ebc8df5a95
2 changed files with 0 additions and 1 deletions
  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")