项目作者: coenvk

项目描述 :
Formal automated verification of Lace's work-stealing deque using VerCors
高级语言:
项目地址: git://github.com/coenvk/lace-vercors.git
创建时间: 2020-01-24T23:37:21Z
项目社区:https://github.com/coenvk/lace-vercors

开源协议:

下载


Formal automated verification of Lace’s work-stealing deque using VerCors

An implementation of Lace’s work-stealing framework has been written in PVL to verify the functional correctness of the deque using VerCors. Currently, the verification passes assuming a strongly consistent memory model. However, the specification should be validated before a correct proof can be induced. The next step is to rewrite the specification to hold in the TSO (Total Store Order) weakly consistent memory model.


This code is the product of a research paper. A link to this paper will be provided soon.