Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix super slow and meaning less code
authorTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Fri, 28 Jun 2013 15:39:07 +0000 (17:39 +0200)
committerTakahiro Hirofuchi <t.hirofuchi+sg@aist.go.jp>
Fri, 28 Jun 2013 15:39:07 +0000 (17:39 +0200)
commitfc9ab0232ee601e492e7c2e271bff740fd5ad3b5
tree81ec064bf71953194227427bf24077124736710a
parent73e354350570d611a62abfa09276681893111696
Fix super slow and meaning less code

The master process launches 10000 VMs on 1000 PMs.
Then, MSG_process_sleep() by the master process takes 0.3 seconds in the
real world. With this fix, the function returns in 0.01 seconds.
src/surf/vm_workstation.c