No description
- Nix 100%
| .nix/overlay | ||
| CompCert@a4ad87b178 | ||
| compcert-mt@b3b4f03a0c | ||
| compcert-tso@7a14d34c66 | ||
| notes | ||
| paper | ||
| weakmemory-imm@16637a922a | ||
| .envrc | ||
| .gitignore | ||
| .gitmodules | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
MSc Thesis
This repo contains all things related to my masters thesis at the Delft University of Technology.
Directories
notes: General (and often disorganized) notes about the thesis.
paper: Latex sources for the final paper.
CompCert: The version of compcert that we based our work on.
compcert-tso: The version of compcert-tso that we based our work on.
weakmemory-imm: The version of weakmemory/imm that we based our work on.
compcert-mt: Our version of the compcert compiler extended with support for compiling multi-threaded programs.