log in  |  register  |  feedback?  |  help  |  web accessibility
Logo
Algorithmic Analysis for Asynchronous Programs
Monday, November 16, 2015, 1:00-2:00 pm Calendar
  • You are subscribed to this talk through .
  • You are watching this talk through .
  • You are subscribed to this talk. (unsubscribe, watch)
  • You are watching this talk. (unwatch, subscribe)
  • You are not subscribed to this talk. (watch, subscribe)
Abstract

Asynchronous programming is a general programming idiom where concurrent tasks are executed by a co-operative scheduler, and appear from low-level kernel or embedded systems code to smartphone and web programming environments. In its simplest form, the underlying programming system exposes an asynchronous procedure call construct, which allows the programmer to post a procedure for future execution in case a certain event occurs. When the corresponding event occurs, a scheduler picks the associated procedure and runs it to completion.

In this talk, I will describe algorithmic analysis techniques for asynchronous programs. On the one hand, I will talk about formal models for different styles of asynchronous programs and the decidability landscape. On the other, I will talk about our attempts to build model checking and program analysis tools for programs written in this style, both for verification and for systematic testing.

This talk is organized by Piotr Mardziel