Преглед на файлове

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