2012
DOI: 10.1007/978-3-642-35182-2_3
|View full text |Cite
|
Sign up to set email alerts
|

Ownership Types for Object Synchronisation

Abstract: Abstract. Shared-memory concurrent programming is difficult and error prone because memory accesses by concurrent threads need to be coordinated through synchronisation, which relies on programmer discipline and suffers from a lack of modularity and compile-time support. This paper exploits object structures, provided by ownership types, to enable a structured synchronisation scheme which guarantees safety and allows more concurrency within structured tasks.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1

Citation Types

0
2
0

Year Published

2013
2013
2015
2015

Publication Types

Select...
2
1

Relationship

1
2

Authors

Journals

citations
Cited by 3 publications
(2 citation statements)
references
References 36 publications
(61 reference statements)
0
2
0
Order By: Relevance
“…In general, these approaches rely on encapsulation, while our effect-based approach simply describes the effects of code and places no restriction on references. Our own work in [18] explores how to use ownership types to infer synchronisation requirement for structured parallelism. It does not consider explicit locks and does not use lock effects.…”
Section: Related Workmentioning
confidence: 99%
“…In general, these approaches rely on encapsulation, while our effect-based approach simply describes the effects of code and places no restriction on references. Our own work in [18] explores how to use ownership types to infer synchronisation requirement for structured parallelism. It does not consider explicit locks and does not use lock effects.…”
Section: Related Workmentioning
confidence: 99%
“…Object-oriented programming appears as the paradigm of choice to simplify concurrent programming [4,12,14,24,36], however, concurrent object-oriented programming (COOP) remains a difficult task. Many COOP languages are prone to what is called inheritance anomaly [25].…”
Section: Introductionmentioning
confidence: 99%