Sciweavers

97 search results - page 1 / 20
» Implementation tradeoffs in the design of flexible transacti...
Sort
View
JPDC
2010
75views more  JPDC 2010»
13 years 3 months ago
Implementation tradeoffs in the design of flexible transactional memory support
Arrvindh Shriraman, Sandhya Dwarkadas, Michael L. ...
FPL
2010
Springer
155views Hardware» more  FPL 2010»
13 years 3 months ago
Design and Implementation of Real-Time Transactional Memory
Transactional memory is a promising, optimistic synchronization mechanism for chip-multiprocessor systems. The simplicity of atomic sections, instead of using explicit locks, is al...
Martin Schoeberl, Peter Hilber
ISCA
2008
IEEE
134views Hardware» more  ISCA 2008»
13 years 12 months ago
Flexible Decoupled Transactional Memory Support
A high-concurrency transactional memory (TM) implementation needs to track concurrent accesses, buffer speculative updates, and manage conflicts. We present a system, FlexTM (FLE...
Arrvindh Shriraman, Sandhya Dwarkadas, Michael L. ...
ASPLOS
2006
ACM
13 years 11 months ago
Tradeoffs in transactional memory virtualization
For transactional memory (TM) to achieve widespread acceptance, transactions should not be limited to the physical resources of any specific hardware implementation. TM systems s...
JaeWoong Chung, Chi Cao Minh, Austen McDonald, Tra...
SPAA
2010
ACM
13 years 10 months ago
Implementing and evaluating nested parallel transactions in software transactional memory
Transactional Memory (TM) is a promising technique that simplifies parallel programming for shared-memory applications. To date, most TM systems have been designed to efficientl...
Woongki Baek, Nathan Grasso Bronson, Christos Kozy...