activity
20102023
most citedPassively Mobile Communicating Logarithmic Space Machines

10 citations · 13 across the 7 of their papers we have counts for

collaborators

10 papers

cs.MA2024

Robust Reward Placement under Uncertainty

Petros Petsinis, Kaichen Zhang, Andreas Pavlogiannis +2

We consider a problem of placing generators of rewards to be collected by randomly moving agents in a network. In many settings, the precise mobility pattern may be one of several…

cs.PL2024

CSSTs: A Dynamic Data Structure for Partial Orders in Concurrent Execution Analysis

Hünkar Can Tunç, Ameya Prashant Deshmukh, Berk Çirisci +2

Dynamic analyses are a standard approach to analyzing and testing concurrent programs. Such techniques observe program traces and analyze them to infer the presence or absence of b…

cs.SE20242 cited

Optimistic Prediction of Synchronization-Reversal Data Races

Zheng Shi, Umang Mathur, Andreas Pavlogiannis

Dynamic data race detection has emerged as a key technique for ensuring reliability of concurrent software in practice. However, dynamic approaches can often miss data races owing…

cs.PL2023

How Hard is Weak-Memory Testing?

Soham Chakraborty, Shankaranarayanan Krishna, Umang Mathur +1

Weak-memory models are standard formal specifications of concurrency across hardware, programming languages, and distributed systems. A fundamental computational problem is consist…

cs.PL2023

On-The-Fly Static Analysis via Dynamic Bidirected Dyck Reachability

Shankaranarayanan Krishna, Aniket Lal, Andreas Pavlogiannis +1

Dyck reachability is a principled, graph-based formulation of a plethora of static analyses. Bidirected graphs are used for capturing dataflow through mutable heap data, and are us…

cs.PL2023

Optimal Reads-From Consistency Checking for C11-Style Memory Models

Hünkar Can Tunç, Parosh Aziz Abdulla, Soham Chakraborty +3

Over the years, several memory models have been proposed to capture the subtle concurrency semantics of C/C++.One of the most fundamental problems associated with a memory model M…