Transactionalizing Legacy Code

Wenjia Ruan,Trilok Vyas,Yujie Liu,Michael Spear
DOI: https://doi.org/10.1145/2541940.2541960
2014-01-01
ACM SIGARCH Computer Architecture News
Abstract:The addition of transactional memory (TM) support to existing languages provides the opportunity to create new soft- ware from scratch using transactions, and also to simplify or extend legacy code by replacing existing synchronization with language-level transactions. In this paper, we describe our experiences transactionalizing the memcached application through the use of the GCC implementation of the Draft C++ TM Specification. We present experiences and recommendations that we hope will guide the effort to integrate TM into languages, and that may also contribute to the growing collective knowledge about how programmers can begin to exploit TM in existing production-quality software.
What problem does this paper attempt to address?