package coq-gc

  1. Overview
  2. No Docs
Formal Verification of an Incremental Garbage Collector

Install

Dune Dependency

Authors

Maintainers

Sources

v8.10.0.tar.gz
md5=74ce16cd01408ea4011cd89613cc4c0e

Description

We specify an incremental garbage collection algorithm and we give a formal proof of its correctness. The algorithm is represented as an infinite transition system and we establish safety and liveness properties. This work relies on an axiomatization of LTL and is based on a co-inductive representation of programs executions. Although motivated by integrating the dynamic memory management to the Java Card platform, this study applies more generally to real-time embedded systems and to devices with virtually infinite memory.

Dependencies (2)

  1. coq >= "8.10" & < "8.11~"
  2. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None