Sciweavers

SAC
2010
ACM

Software transactional memory for implicitly parallel functional language

13 years 11 months ago
Software transactional memory for implicitly parallel functional language
During the last decade, software transactional memory (STM) gained wide popularity in many areas of parallel computing. In this paper, we introduce LISP-derived language equipped with automatic parallel execution and mutations based on software transactional memory. The novel idea is that we do not incorporate transactions as a language construct but rather use them as a mean of runtime environment to run each computation in a consistent memory and thus provide correct results. STM enables us to efficiently manage concurrent object updates and resolve collisions. In this paper, we describe a variant of deferred lockless STM mechanism with direct updates that enables us to use mutations with minimal costs. Categories and Subject Descriptors D.3.2 [Programming Languages]: Language Classifica
Petr Krajca, Vilém Vychodil
Added 17 May 2010
Updated 17 May 2010
Type Conference
Year 2010
Where SAC
Authors Petr Krajca, Vilém Vychodil
Comments (0)