digitalmars.D - Advanced Topics in Programming Languages Series: C++ Threads (The
- janderson (1/1) Jul 19 2007 http://video.google.com/videoplay?docid=3528799355371049884&hl=en
- Craig Black (12/13) Jul 20 2007 Wow! Looks like they are actually making significant progress with the ...
http://video.google.com/videoplay?docid=3528799355371049884&hl=en
Jul 19 2007
"janderson" <askme me.com> wrote in message news:f7pfju$1dfq$1 digitalmars.com...http://video.google.com/videoplay?docid=3528799355371049884&hl=enWow! Looks like they are actually making significant progress with the C++ standard. It sounds like it will take a while before this stuff is implemented in C++ compilers though. I wonder how D's current features compare with this new C++ standard. For example, how does the synchronized variable in D compare to an atomic variable in C++ 0x. Does D use lock-free techniques when they are available? I know that there are some provisions for lock-free stuff in Tango, but it the synchronize keyword should support lock-free algorithms when available. -Craig
Jul 20 2007