############################## Related work and bibliography ############################## This page links to background and sources. - `The C++ standard `_. - `cppreference.com `_ Pointer and object model ======================== - the `CompCert memory model `_. - Robbert Krebbers's model of C (`Krebbers 2015, PhD thesis `_). - The formal model of pointer provenance for C given by `Cerberus `_ (`POPL'19 `_). - `A Provenance-aware Memory Object Model for C `_. Working paper N2577 of the C standards committee (ISO TC1/SC22/WG14), September 30, 2020 - Work by Ramananandro et al. (e.g. `POPL'12 `_). - `LLVM's twin semantics `_ "Reconciling high-level optimizations and low-level code in LLVM", OOPSLA'18