transactional memory
Recently Published Documents


TOTAL DOCUMENTS

985
(FIVE YEARS 94)

H-INDEX

51
(FIVE YEARS 3)

Computing ◽  
2022 ◽  
Author(s):  
Ved Prakash Chaudhary ◽  
Chirag Juyal ◽  
Sandeep Kulkarni ◽  
Sweta Kumari ◽  
Sathya Peri

2021 ◽  
Author(s):  
Claire Nord ◽  
Shai Caspin ◽  
Catherine E. Nemitz ◽  
Howard Shrobe ◽  
Hamed Okhravi ◽  
...  

Author(s):  
Costas Busch ◽  
Maurice Herlihy ◽  
Miroslav Popovic ◽  
Gokarna Sharma

Author(s):  
Nguyen Ngoc Khai ◽  
Truong Anh Hoang ◽  
Dang Duc Hanh

Estimating memory required by complex programs is a well-known research topic. In this work, we build a type system to statically estimate the memory bounds required by shared variables in software transactional memory (STM) programs. This work extends our previous works with additional language features such as explicitly declared shared variables, introduction of primitive types, and allowing loop body to contain any statement, not required to be well-typed as in our previous works. Also, the new type system has better compositionality compared to available type systems.


Author(s):  
Catalina Munoz Morales ◽  
Bruno Honorio ◽  
Alexandro Baldassin ◽  
Guido Araujo

2021 ◽  
Author(s):  
Andre D. Jardim ◽  
Kevin Oliveira ◽  
Diogo J. Cardoso ◽  
Daniel Di Domenico ◽  
Andre R. Du Bois ◽  
...  
Keyword(s):  

2021 ◽  
Vol 5 (ICFP) ◽  
pp. 1-29
Author(s):  
Nicolas Krauter ◽  
Patrick Raaf ◽  
Peter Braam ◽  
Reza Salkhordeh ◽  
Sebastian Erdweg ◽  
...  

Emerging persistent memory in commodity hardware allows byte-granular accesses to persistent state at memory speeds. However, to prevent inconsistent state in persistent memory due to unexpected system failures, different write-semantics are required compared to volatile memory. Transaction-based library solutions for persistent memory facilitate the atomic modification of persistent data in languages where memory is explicitly managed by the programmer, such as C/C++. For languages that provide extended capabilities like automatic memory management, a more native integration into the language is needed to maintain the high level of memory abstraction. It is shown in this paper how persistent software transactional memory (PSTM) can be tightly integrated into the runtime system of Haskell to atomically manage values of persistent transactional data types. PSTM has a clear interface and semantics extending that of software transactional memory (STM). Its integration with the language’s memory management retains features like garbage collection and allocation strategies, and is fully compatible with Haskell's lazy execution model. Our PSTM implementation demonstrates competitive performance with low level libraries and trivial portability of existing STM libraries to PSTM. The implementation allows further interesting use cases, such as persistent memoization and persistent Haskell expressions.


Author(s):  
Nicolas Krauter ◽  
Patrick Raaf ◽  
Peter Braam ◽  
Reza Salkhordeh ◽  
Sebastian Erdweg ◽  
...  

Sign in / Sign up

Export Citation Format

Share Document