www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Threaded code correctness

After reading Hans-J. Boehm's "Threads Cannot Be Implemented As a Library"
(http://www.hpl.hp.com/techreports/2004/HPL-2004-209.pdf), I got to thinking...
Does the Digital Mars binary compiler back-end perform any of these
good-for-speed, bad-for-concurrency instruction transformations?  This would
probably have to be a common issue among all Digital Mars compilers which use
the same back-end, not just D specifically.

Regards,
James Dunne
Jul 09 2005