浏览代码

Remove unnecessary sleep to improve performance marginally

Yentl Van Tendeloo 7 年之前
父节点
当前提交
ebc8df5a95
共有 2 个文件被更改,包括 0 次插入1 次删除
  1. 二进制
      bootstrap/bootstrap.m.gz
  2. 0 1
      bootstrap/compiler.alc

二进制
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")