llistat de metadades
Author
Director
Cristal Kestelman, Adrián
Codirector
Valero Cortés, Mateo
Unsal, Osman
Date of defense
2014-07-21
Legal Deposit
B 19970-2014
Pages
134 p.
Department/Institute
Universitat Politècnica de Catalunya. Departament d'Arquitectura de Computadors
Doctorate programs
DOCTORAT EN ARQUITECTURA DE COMPUTADORS (Pla 2007)
Abstract
Transactional Memory (TM) gives software developers the opportunity to write concurrent programs more easily compared to any previous programming paradigms and gives a performance comparable to lock-based synchronizations. Current Software TM (STM) implementations have performance overheads that can be reduced by introducing new abstractions in Transactional Memory programming model. In this thesis we present four new techniques for improving the performance of Software TM: (i) Abstract Nested Transactions (ANT), (ii) TagTM, (iii) profile-guided transaction coalescing, and (iv) dynamic transaction coalescing. ANT improves performance of transactional applications without breaking the semantics of the transactional paradigm, TagTM speeds up accesses to transactional meta-data, profile-guided transaction coalescing lowers transactional overheads at compile time, and dynamic transaction coalescing lowers transactional overheads at runtime. Our analysis shows that Abstract Nested Transactions, TagTM, profile-guided transaction coalescing, and dynamic transaction coalescing improve the performance of the original programs that use Software Transactional Memory.
Subjects
004 - Computer science