LogTM: Log-based Transactional Memory
Channel:
Subscribers:
344,000
Published on ● Video Link: https://www.youtube.com/watch?v=SeE2vH7tlAQ
TRANSACTIONAL MEMORY (TM) aims to simplify parallel programming by guaranteeing that transactions appear to execute atomically and in isolation. Implementing these properties includes providing version management for the simultaneous storage of both new data (to be visible if the transaction commits) and old data (retained if the transaction aborts). Especially after cache overflows, most (hardware) TM systems leave the old value in
Other Videos By Microsoft Research
Tags:
microsoft research