IMDEA Software

IMDEA initiative

Home > Events > Software Seminar Series > 2016 > Proving linearizability using partial orders

Artem Khyzha

Thursday, November 3, 2016

11:00am Lecture hall 1, level B

Artem Khyzha, PhD Student, IMDEA Software Institute

Proving linearizability using partial orders

Abstract:

Linearizability is the commonly accepted notion of correctness for concurrent data structures. It requires that any execution of the data structure is justified by a linearization - a linear order on operations satisfying the data structure’s sequential specification. Proving linearizability is often challenging because an operation’s position in the linearization order may depend on future operations. This makes it very difficult to incrementally construct the linearization in a proof.

This talk will describe a proof technique that can handle data structures with such future-dependent linearizations. Our key idea is to incrementally construct not a single linear order of operations, but a partial order that describes multiple linearizations satisfying the sequential specification. This allows decisions about the ordering of operations to be delayed, mirroring the behaviour of data structure implementations. To illustrate our idea, I will describe the Time-Stamped queue algorithm and explain how to reason about its (future-dependent) linearizations in terms of partial orders.