Transactional Memory - Semantics And Performance

Subscribers:
344,000
Published on ● Video Link: https://www.youtube.com/watch?v=cJIIagHP39E



Duration: 1:05:08
103 views
2


Writing concurrent programs is notoriously difficult, and is of increasing practical importance. In this series of lectures I will introduce ΓÇ£Transactional MemoryΓÇ¥ (TM) as a technique for building shared memory data structures. As I will illustrate, it can be much easier to build shared memory data structures using TM than it is to use conventional abstractions such as locks, or the atomic compare-and-swap instruction. In this lecture I will look at the semantics of programming language constructs built over TM ΓÇô e.g., how programs using TM interact with the existing concurrency-control features of a language, and some initial ideas for what it means for a program to use TM correctly.







Tags:
microsoft research