Here are the slides for the SOSP presentation.
We have an SOSP 2019 paper describing Perennial's techniques, the Goose translator, and a broad evaluation of several aspects of Perennial's implementation.
Here's the abstract:
This paper introduces Perennial, a framework for verifying concurrent, crash-safe systems. Perennial extends the Iris concurrency framework with three techniques to enable crash-safety reasoning: recovery leases, recovery helping, and versioned memory. To ease development and deployment of applications, Perennial provides Goose, a subset of Go and a translator from that subset to a model in Perennial with support for reasoning about Go threads, data structures, and file-system primitives. We implemented and verified a crash-safe, concurrent mail server using Perennial and Goose that achieves speedup on multiple cores. Both Perennial and Iris use the Coq proof assistant, and the mail server and the framework's proofs are machine checked.
All of Perennial is open source. The implementation is split into multiple GitHub repos:
Here is a digital copy of the poster.
We extend Iris, and irises (the flowers) are perennials, but also because perennials recover in the spring.
Because it translates from Go to Coq, and Coq means "rooster" in french, and a goose is like a rooster.
This work is all based on Iris, a sophisticated and extensible Coq framework for concurrency. Talk to Tej or Joe Tassarotti and we can point you to some resources.