On Wed, 20 Feb 2008, Julian Seward wrote:

> Typically only a small fraction of the memory in a program is shared;
> most is unshared.

Exactly.  One of the nasty things about threads is that this fact isn't 
recognised in the programming model -- every thread has full access to every 
byte of memory that every other thread has access to, there's no protection.

Nick

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to