Skip to main content

Showing 1–2 of 2 results for author: Calin, G

Searching in archive cs. Search in all archives.
.
  1. arXiv:1501.02683  [pdf, ps, other

    cs.PL

    Lazy TSO Reachability

    Authors: Ahmed Bouajjani, Georgel Calin, Egor Derevenetc, Roland Meyer

    Abstract: We address the problem of checking state reachability for programs running under Total Store Order (TSO). The problem has been shown to be decidable but the cost is prohibitive, namely non-primitive recursive. We propose here to give up completeness. Our contribution is a new algorithm for TSO reachability: it uses the standard SC semantics and introduces the TSO semantics lazily and only where ne… ▽ More

    Submitted 12 January, 2015; originally announced January 2015.

    Comments: accepted to FASE 2015

    MSC Class: 68Q60 ACM Class: D.2.4; D.1.3; D.3.4

  2. arXiv:1307.6590  [pdf, other

    cs.LO cs.DC

    A Theory of Partitioned Global Address Spaces

    Authors: Georgel Calin, Egor Derevenetc, Rupak Majumdar, Roland Meyer

    Abstract: Partitioned global address space (PGAS) is a parallel programming model for the development of applications on clusters. It provides a global address space partitioned among the cluster nodes, and is supported in programming languages like C, C++, and Fortran by means of APIs. In this paper we provide a formal model for the semantics of single instruction, multiple data programs using PGAS APIs. O… ▽ More

    Submitted 24 July, 2013; originally announced July 2013.

    MSC Class: 68Q60; 68Q45 ACM Class: D.2.4; D.1.3; F.4.3