Transactional Memory: From Semantics to Silicon

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



Duration: 1:00:09
4,824 views
18


Google Tech Talks
April 25, 2007

ABSTRACT

Chip-level multiprocessing has recently emerged as one of the most effective solutions to the problem of increasing processor performance. As a result, issues related to construction of scalable and reliable concurrent applications have become increasingly important. In particular, providing effective means for controlling concurrent accesses to shared memory is currently one of the most pressing problems in concurrent programming. Traditionally, such accesses have been mediated using mutual-exclusion locks resulting in scalability, composability and safety problems. In this talk, I will present transactional memory, an alternative concurrency management...







Tags:
google
howto
transactional
memory
semantics