|
From: Tom H. <to...@co...> - 2005-03-11 09:16:11
|
In message <6.1...@po...>
Dennis Lubert <pla...@in...> wrote:
> Now the question, how does valgrind do the scheduling here ? Where can
> context switches happen, only at the boundaries of basic blocks ? Or
> anywhere ?
They will only occur at basic block boundaries I believe. There will
also only ever be one thread running at a time even on an SMP machine.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|