vix.ing · top · new · best · stats · spec

Deadlock detection in linear recursive programs

2013/10/28 by Elena Giachino, Giachino, Elena, Cosimo Laneve +1
Computer Science · #68Q85 #F.1.1 #F.3.1 #F.3.2 #FOS: Computer and information sciences #Formal Methods in Verification #Logic in Computer Science (cs.LO) #Logic, programming, and type systems #Parallel Computing and Optimization Techniques #Programming Languages (cs.PL)

paper · pdf · doi:10.48550/arxiv.1310.7449

openalex publication_date 2013/10/28 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Deadlock detection in recursive programs that admit dynamic resource creation is extremely complex and solutions either give imprecise answers or do not scale. We define an algorithm for detecting deadlocks of "linear recursive programs" of a basic model. The theory that underpins the algorithm is a generalization of the theory of permutations of names to so-called "mutations", which transform tuples by introducing duplicates and fresh names. Our algorithm realizes the back-end of deadlock analyzers for object-oriented programming languages, once the association programs/basic-model-programs has been defined as front-end.

Related