Electronic Proceedings in Theoretical Computer Science (Feb 2010)

A Concurrent Language with a Uniform Treatment of Regions and Locks

  • Prodromos Gerakios,
  • Nikolaos Papaspyrou,
  • Konstantinos Sagonas

DOI
https://doi.org/10.4204/EPTCS.17.7
Journal volume & issue
Vol. 17, no. Proc. PLACES 2009
pp. 79 – 93

Abstract

Read online

A challenge for programming language research is to design and implement multi-threaded low-level languages providing static guarantees for memory safety and freedom from data races. Towards this goal, we present a concurrent language employing safe region-based memory management and hierarchical locking of regions. Both regions and locks are treated uniformly, and the language supports ownership transfer, early deallocation of regions and early release of locks in a safe manner.