Transactional Memory: From Semantics to Silicon
Channel:
Subscribers:
348,000
Published on ● Video Link: https://www.youtube.com/watch?v=tYRIg4M5xNM
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...
Other Videos By Google TechTalks
Tags:
google
howto
transactional
memory
semantics