Asynchronous Liquid Separation Types: Talk by Johannes Kloos

Date
Location

ICCSX836

Speaker: Johannes Kloos, Max Planck Institute for Software Systems

Host: Ronald Garcia

Title: Asynchronous Liquid Separation Types

Abstract: We present a refinement type system for reasoning about asynchronous programs manipulating shared mutable state. Our type system guarantees the absence of races and the preservation of user-specified invariants using a combination of two ideas: refinement types and concurrent separation logic. Our type system allows precise, but automatic, reasoning about programs using two ingredients. First, our types are indexed by sets of resource names and the type system tracks the effect of program execution on individual heap locations and task handles. In particular, it allows making strong updates to the types of heap locations. Second, our types track ownership of shared state across concurrently posted tasks and allow reasoning about ownership transfer between tasks using permissions. We demonstrate through several examples that these two ingredients, on top of the framework of liquid types, are powerful enough to reason about correct behavior of practical, complex, asynchronous systems manipulating shared heap resources. We have implemented type inference for our type system and have used it to prove complex invariants of asynchronous OCaml programs. We also show how the type system detects subtle concurrency bugs in a file system implementation.

Bio: Johannes Kloos is a PhD student at MPI-SWS in Kaiserslautern, Germany. He is working with Rupak Majumdar in the area of software verification. His interests include concurrency (especially asychronous concurrency), static and dynamic analysis, and figuring out how to apply all of this to JavaScript and web applications.