|
From: <sv...@va...> - 2008-01-03 05:12:07
|
Author: njn Date: 2008-01-03 05:12:10 +0000 (Thu, 03 Jan 2008) New Revision: 348 Log: tweaks Modified: trunk/info/priorities.html Modified: trunk/info/priorities.html =================================================================== --- trunk/info/priorities.html 2008-01-03 05:09:36 UTC (rev 347) +++ trunk/info/priorities.html 2008-01-03 05:12:10 UTC (rev 348) @@ -155,9 +155,10 @@ <li> Valgrind serialises thread execution. For subtle atomicity reasons, -this is necessary for tools (like Memcheck) that use shadow values. It -means they can not use more than one processor at a time on -multiprocessor machines. +this is necessary for tools (like Memcheck) that use shadow values. +(How to do a better job with this is still an open research question.) +It means that Valgrind tools can not use more than one processor at a +time on multiprocessor machines. </li> <li> |