From: Takahiro Hirofuchi Date: Fri, 28 Jun 2013 15:39:07 +0000 (+0200) Subject: Fix super slow and meaning less code X-Git-Tag: v3_11_beta~297^2^2~29 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fc9ab0232ee601e492e7c2e271bff740fd5ad3b5?hp=fc9ab0232ee601e492e7c2e271bff740fd5ad3b5 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. ---