digitalmars.D - Threaded code correctness
- James Dunne (8/8) Jul 09 2005 After reading Hans-J. Boehm's "Threads Cannot Be Implemented As a Librar...
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