LogTM: Log-based Transactional Memory

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



Duration: 1:11:34
236 views
2


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







Tags:
microsoft research