English

Efficient and Reasonable Object-Oriented Concurrency

Distributed, Parallel, and Cluster Computing 2015-07-28 v2 Programming Languages

Abstract

Making threaded programs safe and easy to reason about is one of the chief difficulties in modern programming. This work provides an efficient execution model for SCOOP, a concurrency approach that provides not only data race freedom but also pre/postcondition reasoning guarantees between threads. The extensions we propose influence both the underlying semantics to increase the amount of concurrent execution that is possible, exclude certain classes of deadlocks, and enable greater performance. These extensions are used as the basis an efficient runtime and optimization pass that improve performance 15x over a baseline implementation. This new implementation of SCOOP is also 2x faster than other well-known safe concurrent languages. The measurements are based on both coordination-intensive and data-manipulation-intensive benchmarks designed to offer a mixture of workloads.

Keywords

Cite

@article{arxiv.1405.7153,
  title  = {Efficient and Reasonable Object-Oriented Concurrency},
  author = {Scott West and Sebastian Nanz and Bertrand Meyer},
  journal= {arXiv preprint arXiv:1405.7153},
  year   = {2015}
}

Comments

Proceedings of the 10th Joint Meeting of the European Software Engineering Conference and the ACM SIGSOFT Symposium on the Foundations of Software Engineering (ESEC/FSE '15). ACM, 2015

R2 v1 2026-06-22T04:24:53.834Z