Skip to content
Snippets Groups Projects
Commit 647d0d20 authored by Gian Ntzik's avatar Gian Ntzik
Browse files

Updated blurb on concurrency

parent 15be80cc
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,14 @@ menu: true
menu_order: 1
---
[BLURB ON CONCURRENCY]
Concurrent programs and libraries are ubiquitous in today's world of multi-core processor architectures.
Reasoning about concurrent programs and verifying their correctness is increasingly important.
However, reasoning about concurrent programs is a difficult problem.
We have to take shared state that is being changed by multiple threads into account.
Our research agenda is to develop formal reasoning methods about concurrency with a focus on concurrent program logics.
Recently, there have been various logics based on separation logic to verify functional correctness of fine-grained concurrent programs.
We have played a significant role introducing Concurrent Abstract Predicates, the Views framework, TaDA, CoLoSL, Fault-tolerant Concurrent Separation Logic and Total-TaDA.
These logics have tackled a range of problems, ranging data abstraction, atomicity abstraction, fault-tolerance, terminal, as well as introducing more modular and compositional ways to reason about concurrent programs.
We have applied these logics to verify large problems, such as data structures used in databases and java.util.concurrent, as well as specifying file systems.
We aim to continue improving the state-of-the-art with a focus on progress properties, specifying concurrency in POSIX filesystems, continuing improving our logics to tackle more advanced algorithms, and develop automated reasoning tools based on these logics.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment